fast-shallow-equal
Advanced tools
Comparing version 0.0.1 to 0.0.2
var keyList = Object.keys; | ||
var hasProp = Object.prototype.hasOwnProperty; | ||
function equal (a, b) { | ||
exports.equal = function equal (a, b) { | ||
if (a === b) return true; | ||
@@ -19,4 +18,2 @@ if (!a || !b) return false; | ||
return length === keyList(b).length; | ||
} | ||
exports.equal = equal; | ||
}; |
{ | ||
"name": "fast-shallow-equal", | ||
"version": "0.0.1" | ||
} | ||
"version": "0.0.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/streamich/fast-shallow-equal.git" | ||
}, | ||
"scripts": { | ||
}, | ||
"devDependencies": { | ||
"jest": "22.3.0", | ||
"jest-tap-reporter": "1.9.0" | ||
}, | ||
"jest": { | ||
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$", | ||
"reporters": [ | ||
"jest-tap-reporter" | ||
] | ||
}, | ||
"keywords": [ | ||
"equal", | ||
"fast", | ||
"shallow", | ||
"fast-shallow-equal", | ||
"comparator", | ||
"pure", | ||
"should-update" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2632
5
0
0
26
0
2
13