Fri, 26 Apr 2024 05:01:00 UTC | login

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

ID6264
Package Namenodejs010-nodejs-sorted-object
Version1.0.0
Release3.el7
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:33:33 UTC
CompletedSun, 04 Oct 2015 15:37:37 UTC
Taskbuild (sclo7-nodejs010-rh-el7, nodejs010-nodejs-sorted-object-1.0.0-3.el7.src.rpm)
Tags
sclo7-nodejs010-rh-candidate
sclo7-nodejs010-rh-release
sclo7-nodejs010-rh-testing
RPMs
src
nodejs010-nodejs-sorted-object-1.0.0-3.el7.src.rpm (info) (download)
noarch
nodejs010-nodejs-sorted-object-1.0.0-3.el7.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