node-object-hash
Advanced tools
Comparing version 1.2.0 to 1.3.0
# Changelog | ||
## 1.2.X -> 1.3.X | ||
* Add definition types to support typescript | ||
* Add >=node-8.0.0 support in tests. | ||
## v1.1.X -> 1.2.X | ||
@@ -4,0 +9,0 @@ |
@@ -0,1 +1,2 @@ | ||
// / <reference types="node" /> | ||
'use strict'; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
// / <reference types="node" /> | ||
'use strict'; | ||
@@ -2,0 +3,0 @@ |
{ | ||
"name": "node-object-hash", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Node.js object hash library with properties/arrays sorting to provide constant hashes", | ||
@@ -12,11 +12,13 @@ "main": "index.js", | ||
"devDependencies": { | ||
"benchmark": "^2.1.3", | ||
"chai": "^3.5.0", | ||
"eslint": "^3.14.0", | ||
"faker": "^3.1.0", | ||
"benchmark": "^2.1.4", | ||
"chai": "^4.0.2", | ||
"eslint": "^4.1.1", | ||
"faker": "^4.1.0", | ||
"hash-object": "^0.1.7", | ||
"istanbul": "^0.4.5", | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"mocha": "^3.2.0", | ||
"object-hash": "^1.1.5" | ||
"mocha": "^3.4.2", | ||
"object-hash": "^1.1.8", | ||
"typings": "^2.1.1", | ||
"@types/node": "^8.0.2" | ||
}, | ||
@@ -29,3 +31,6 @@ "scripts": { | ||
"bench2": "node --expose-gc ./bench/bench.js", | ||
"jsdoc": "jsdoc2md -t ./README.hbs --private 'objectSorter.js' 'index.js' > README.md && jsdoc2md --private 'objectSorter.js' 'index.js' > API.md" | ||
"jsdoc": "jsdoc2md -t ./README.hbs --private 'objectSorter.js' 'index.js' > README.md && jsdoc2md --private 'objectSorter.js' 'index.js' > API.md", | ||
"tsc": "tsc index.d.ts objectSorter.d.ts --noImplicitAny", | ||
"typings": "typings install", | ||
"outdated": "npm outdate || true" | ||
}, | ||
@@ -48,5 +53,5 @@ "repository": { | ||
"author": { | ||
"name" : "Alexander Kureniov", | ||
"email" : "s@zxc.pp.ua", | ||
"url" : "https://github.com/SkeLLLa" | ||
"name": "Alexander Kureniov", | ||
"email": "s@zxc.pp.ua", | ||
"url": "https://github.com/SkeLLLa" | ||
}, | ||
@@ -53,0 +58,0 @@ "license": "ISC", |
@@ -46,2 +46,5 @@ # node-object-hash | ||
| | | | ||
| Map | array[array] | | ||
| WeakMap | | | ||
| | | | ||
| string ('') | string | string | | ||
@@ -48,0 +51,0 @@ | String (new String()) | | |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
243384
18
4287
422
11
1