Fedora 20 Update: nodejs-stringmap-0.2.2-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Fri Aug 15 02:36:23 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-8846
2014-07-25 08:59:28
--------------------------------------------------------------------------------

Name        : nodejs-stringmap
Product     : Fedora 20
Version     : 0.2.2
Release     : 1.fc20
URL         : https://www.npmjs.org/package/stringmap
Summary     : Fast and robust stringmap
Description :
A fast and robust stringmap implementation that can hold any string keys,
including __proto__, with minimal overhead compared to a plain object. Works in
node and browsers.

The API is created to be as close to the ES6 Map API as possible. Prefer
sm.remove("key") for deleting a key. ES6 Map uses map.delete("key") instead and
for that reason sm['delete']("key") is available as a stringmap alias as well.
Never do sm.delete("key") unless you're certain to be in the land of ES5 or
later.

--------------------------------------------------------------------------------
Update Information:

Initial packaging
--------------------------------------------------------------------------------
ChangeLog:

--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1122242 - Review Request: nodejs-stringmap - Fast and robust stringmap
        https://bugzilla.redhat.com/show_bug.cgi?id=1122242
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update nodejs-stringmap' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list