murmurhash3
Advanced tools
Comparing version 0.2.10 to 0.3.0
# Revision history for murmurhash3 | ||
0.3.0 / 2015-02-07 | ||
================== | ||
* io.js ready | ||
* Deprecate: node v0.6 | ||
0.2.10 / 2014-05-27 | ||
@@ -4,0 +10,0 @@ ================== |
@@ -11,3 +11,3 @@ /*! | ||
exports.version = '0.2.10'; | ||
exports.version = '0.3.0'; | ||
@@ -14,0 +14,0 @@ var binding; |
{ | ||
"name": "murmurhash3", | ||
"version": "0.2.10", | ||
"version": "0.3.0", | ||
"description": "Node binding of MurmurHash3", | ||
@@ -16,3 +16,3 @@ "repository": "https://github.com/hideo55/node-murmurhash3", | ||
"dependencies": { | ||
"nan": "1.1.0" | ||
"nan": "~1.6.2" | ||
}, | ||
@@ -24,3 +24,3 @@ "devDependencies": { | ||
"engines": { | ||
"node": ">=0.6.13" | ||
"node": ">=0.8.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
@@ -56,3 +56,4 @@ # murmurhash3 | ||
### Node v0.6, v0.8 and v0.10 | ||
Node v0.8, v0.10 and v0.12 | ||
io.js v1.0 | ||
@@ -59,0 +60,0 @@ ## Author |
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
36914
89
1
+ Addednan@1.6.2(transitive)
- Removednan@1.1.0(transitive)
Updatednan@~1.6.2