murmurhash-js
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "murmurhash-js", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Native JS murmur hash implementation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ # MurmurHash.js | ||
npm install murmur-hash | ||
npm install murmurhash-js | ||
@@ -20,3 +20,3 @@ ## API | ||
```javascript | ||
var murmur = require("murmur-hash") | ||
var murmur = require("murmurhash-js") | ||
``` | ||
@@ -23,0 +23,0 @@ |
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
6344
5
105