murmurhash3
Advanced tools
Comparing version 0.4.1 to 0.4.2
# Revision history for murmurhash3 | ||
0.4.2 / 2018-08-23 | ||
================== | ||
* Update Mocha | ||
0.4.1 / 2018-05-13 | ||
@@ -4,0 +9,0 @@ ================== |
@@ -11,3 +11,3 @@ /*! | ||
exports.version = '0.4.1'; | ||
exports.version = '0.4.2'; | ||
@@ -14,0 +14,0 @@ var binding; |
{ | ||
"name": "murmurhash3", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Node binding of MurmurHash3", | ||
@@ -20,3 +20,3 @@ "repository": "https://github.com/hideo55/node-murmurhash3", | ||
"devDependencies": { | ||
"mocha": "3.2.0" | ||
"mocha": "^5.2.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "main": "./lib/murmurhash3.js", |
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
37954