node-object-hash
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "node-object-hash", | ||
"version": "0.1.0", | ||
"description": "Node.js constant object hash library", | ||
"version": "0.1.1", | ||
"description": "Node.js object hash library with properties/arrays sorting to provide constant hashes", | ||
"main": "index.js", | ||
@@ -23,3 +23,4 @@ "directories": { | ||
"hash", | ||
"node", | ||
"object", | ||
"hash-object", | ||
"es6", | ||
@@ -26,0 +27,0 @@ "crypto" |
# node-object-hash | ||
Node object hash library. Built on top of node's crypto module. | ||
### Installation | ||
`npm i node-object-hash` | ||
### Features | ||
- Supports object property sorting for constant hashes for objects with same properties, but different order. | ||
- NOTE: object arrays should be sorted manually if needed | ||
- Supports ES6 Maps and Sets. | ||
@@ -66,2 +69,2 @@ - Supports type coercion (e.g. 1 and "1" will be the same) | ||
### License | ||
ICS | ||
ISC |
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
7028
70