murmurhash-native
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -0,1 +1,10 @@ | ||
v3.2.2 | ||
* bump nan to 2.7.0, node-pre-gyp to 0.6.39 | ||
* bump development dependencies | ||
* replace deprecated Nan::ForceSet with Nan::DefineOwnProperty | ||
* test and release binaries for node v8 and v9 | ||
* appveyor: pin npm version 5.3 for node v9 to workaround npm's issue #16649 | ||
* npmrc: turn off package-lock | ||
v3.2.1 | ||
@@ -2,0 +11,0 @@ |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"license": "MIT", | ||
@@ -44,8 +44,8 @@ "author": "Rafał Michalski <royal@yeondir.com>", | ||
"dependencies": { | ||
"nan": "^2.6.2", | ||
"node-pre-gyp": "^0.6.34" | ||
"nan": "^2.7.0", | ||
"node-pre-gyp": "^0.6.39" | ||
}, | ||
"devDependencies": { | ||
"bluebird": "^3.5.0", | ||
"commander": "^2.9.0", | ||
"bluebird": "^3.5.1", | ||
"commander": "^2.11.0", | ||
"murmurhash3js": "^3.0.1", | ||
@@ -52,0 +52,0 @@ "node-pre-gyp-github": "^1.3.1", |
@@ -295,3 +295,3 @@ MurmurHash bindings for node | ||
Tested with nodejs: v0.10, v0.11, v0.12, v4, v5, v6 and v7. | ||
Tested with nodejs: v0.10, v0.12, v4, v5, v6, v7, v8 and v9. | ||
@@ -298,0 +298,0 @@ [Travis Status]: https://travis-ci.org/royaltm/node-murmurhash-native |
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
137898
30
Updatednan@^2.7.0
Updatednode-pre-gyp@^0.6.39