Fri, 26 Apr 2024 23:02:39 UTC | login

Information for build nodejs010-nodejs-is-equal-shallow-0.1.3-2.el7

ID10679
Package Namenodejs010-nodejs-is-equal-shallow
Version0.1.3
Release2.el7
Epoch
SummaryDoes a shallow comparison of two objects
DescriptionDoes a shallow comparison of two objects, returning false if the keys or values differ. The purpose of this lib is to do the fastest comparison possible of two objects when the values will predictably be primitives. - only compares objects. - only compares the first level of each object - values must be primitives. If a value is not a primitive, even if the values are the same, false is returned.
Built byzsvetlik
State complete
Volume DEFAULT
StartedMon, 02 May 2016 10:39:37 UTC
CompletedMon, 02 May 2016 10:42:09 UTC
Taskbuild (sclo7-nodejs010-rh-el7, nodejs010-nodejs-is-equal-shallow-0.1.3-2.el7.src.rpm)
Tags
sclo7-nodejs010-rh-candidate
sclo7-nodejs010-rh-release
sclo7-nodejs010-rh-testing
RPMs
src
nodejs010-nodejs-is-equal-shallow-0.1.3-2.el7.src.rpm (info) (download)
noarch
nodejs010-nodejs-is-equal-shallow-0.1.3-2.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Tue Jan 12 2016 Tomas Hrcka <thrcka@redhat.com> - 0.1.3-2 - Enable scl macros, fix license macro for el6 * Wed Dec 16 2015 Troy Dawson <tdawson@redhat.com> - 0.1.3-1 - Initial package