node-object-hash
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "node-object-hash", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Node.js object hash library with properties/arrays sorting to provide constant hashes", | ||
"main": "index.js", | ||
"homepage": "https://github.com/SkeLLLa/node-object-hash", | ||
"directories": { | ||
@@ -11,5 +12,5 @@ "test": "test" | ||
"devDependencies": { | ||
"benchmark": "^2.1.1", | ||
"benchmark": "^2.1.3", | ||
"chai": "^3.5.0", | ||
"eslint": "^3.3.1", | ||
"eslint": "^3.14.0", | ||
"faker": "^3.1.0", | ||
@@ -19,3 +20,3 @@ "hash-object": "^0.1.7", | ||
"jsdoc-to-markdown": "^2.0.1", | ||
"mocha": "^2.5.3", | ||
"mocha": "^3.2.0", | ||
"object-hash": "^1.1.5" | ||
@@ -35,2 +36,5 @@ }, | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/SkeLLLa/node-object-hash/issues" | ||
}, | ||
"keywords": [ | ||
@@ -43,5 +47,7 @@ "hash", | ||
], | ||
"author": "Alexander Kureniov", | ||
"email": "s@zxc.pp.ua", | ||
"url": "https://github.com/SkeLLLa", | ||
"author": { | ||
"name" : "Alexander Kureniov", | ||
"email" : "s@zxc.pp.ua", | ||
"url" : "https://github.com/SkeLLLa" | ||
}, | ||
"license": "ISC", | ||
@@ -48,0 +54,0 @@ "engines": { |
# node-object-hash | ||
Node.js object hash library with properties/arrays sorting to provide constant hashes. | ||
Tiny and fast node.js object hash library with properties/arrays sorting to provide constant hashes. | ||
It also provides a method that returns sorted object strings that can be used for object comparison without hashes. | ||
@@ -17,3 +17,3 @@ One of the fastest among other analogues (see [benchmarks](#Benchmarks)). | ||
[![Coverage](https://img.shields.io/codeclimate/coverage/github/SkeLLLa/node-object-hash.svg?maxAge=21600&style=flat-square)](https://codeclimate.com/github/SkeLLLa/node-object-hash/coverage) | ||
[![Analytics](https://ga-beacon.appspot.com/UA-90571586-1/node-object-hash/readme?pixel)](https://github.com/igrigorik/ga-beacon) | ||
[![Analytics](https://ga-beacon.appspot.com/UA-90571586-1/node-object-hash/readme?pixel&useReferer)](https://github.com/igrigorik/ga-beacon) | ||
@@ -20,0 +20,0 @@ # Installation |
Sorry, the diff of this file is not supported yet
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
44186
0
0