Wed, 24 Apr 2024 05:14:57 UTC | login

Information for build nodejs010-nodejs-sorted-object-1.0.0-2.bootstrap1.3.el6

ID3421
Package Namenodejs010-nodejs-sorted-object
Version1.0.0
Release2.bootstrap1.3.el6
Epoch
SummaryReturns a copy of an object with its keys sorted
DescriptionAlthough objects in JavaScript are theoretically unsorted, in practice most engines use insertion order—at least, ignoring numeric keys. This manifests itself most prominently when dealing with an object's JSON serialization. So, for example, you might be trying to serialize some object to a JSON file. But every time you write it, it ends up being output in a different order, depending on how you created it in the first place! This makes for some ugly diffs. sorted-object gives you the answer. Just use this package to create a version of your object with its keys sorted before serializing, and you'll get a consistent order every time.
Built byhhorak
State complete
Volume DEFAULT
StartedFri, 21 Aug 2015 19:44:41 UTC
CompletedFri, 21 Aug 2015 19:47:34 UTC
Taskbuild (sclo6-nodejs010-rh-el6, nodejs010-nodejs-sorted-object-1.0.0-2.bootstrap1.3.el6.src.rpm)
Tags
sclo6-nodejs010-rh-candidate
RPMs
src
nodejs010-nodejs-sorted-object-1.0.0-2.bootstrap1.3.el6.src.rpm (info) (download)
noarch
nodejs010-nodejs-sorted-object-1.0.0-2.bootstrap1.3.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Tue Jan 13 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.0-3 - Remove undefined macro * Mon Jan 12 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.0-2 - Enable software collection support * Mon Jan 12 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.0-1 - Initial build