murmurhash3
Advanced tools
Comparing version 0.3.3 to 0.3.4
# Revision history for murmurhash3 | ||
0.3.4 / 2015-09-26 | ||
================== | ||
* Update package.json | ||
0.3.3 / 2015-08-18 | ||
@@ -4,0 +9,0 @@ ================== |
@@ -11,3 +11,3 @@ /*! | ||
exports.version = '0.3.3'; | ||
exports.version = '0.3.4'; | ||
@@ -14,0 +14,0 @@ var binding; |
{ | ||
"name": "murmurhash3", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Node binding of MurmurHash3", | ||
@@ -12,3 +12,4 @@ "repository": "https://github.com/hideo55/node-murmurhash3", | ||
"hash", | ||
"murmurhash" | ||
"murmurhash", | ||
"murmurhash3" | ||
], | ||
@@ -20,3 +21,3 @@ "author": "Hideaki Ohno <hide.o.j55@gmail.com>", | ||
"devDependencies": { | ||
"mocha": "1.8.1" | ||
"mocha": "~2.0.0" | ||
}, | ||
@@ -23,0 +24,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
37426