Name: | rh-nodejs6-nodejs-is-equal-shallow |
---|---|
Version: | 0.1.3 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 5589 |
License: | MIT |
RPM: | rh-nodejs6-nodejs-is-equal-shallow-0.1.3-4.el7.noarch.rpm |
Source RPM: | rh-nodejs6-nodejs-is-equal-shallow-0.1.3-4.el7.src.rpm |
Build Date: | Thu May 18 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/jonschlinkert/is-equal-shallow |
Summary: | Does a shallow comparison of two objects |
Description: | Does 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. |