Fri, 26 Apr 2024 07:56:26 UTC | login

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

ID6266
Package Namenodejs010-nodejs-sorted-object
Version1.0.0
Release3.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
StartedSun, 04 Oct 2015 15:35:22 UTC
CompletedSun, 04 Oct 2015 15:42:24 UTC
Taskbuild (sclo6-nodejs010-rh-el6, nodejs010-nodejs-sorted-object-1.0.0-3.el6.src.rpm)
Tags
sclo6-nodejs010-rh-candidate
sclo6-nodejs010-rh-release
sclo6-nodejs010-rh-testing
RPMs
src
nodejs010-nodejs-sorted-object-1.0.0-3.el6.src.rpm (info) (download)
noarch
nodejs010-nodejs-sorted-object-1.0.0-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