Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "farmhash", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Lovell Fuller <npm@lovell.info>", | ||
@@ -11,4 +11,4 @@ "contributors": [ | ||
"scripts": { | ||
"install": "prebuild-install || node-gyp rebuild", | ||
"test": "semistandard && cc && node test/unit && prebuild-ci" | ||
"install": "detect-libc prebuild-install || node-gyp rebuild", | ||
"test": "semistandard && cc && node test/unit && detect-libc prebuild-ci" | ||
}, | ||
@@ -28,9 +28,10 @@ "main": "index.js", | ||
"dependencies": { | ||
"nan": "^2.6.2", | ||
"prebuild-install": "^2.1.2" | ||
"detect-libc": "^0.2.0", | ||
"nan": "^2.7.0", | ||
"prebuild-install": "^2.2.2" | ||
}, | ||
"devDependencies": { | ||
"cc": "^1.0.1", | ||
"prebuild": "^6.2.0", | ||
"prebuild-ci": "^2.2.2", | ||
"prebuild": "^6.2.1", | ||
"prebuild-ci": "^2.2.3", | ||
"semistandard": "^11.0.0" | ||
@@ -37,0 +38,0 @@ }, |
@@ -20,3 +20,4 @@ # farmhash | ||
Pre-compiled binaries are provided for the most common platforms. | ||
Pre-compiled binaries are provided for CPUs with SSE4.2 and AVX intrinsics. | ||
Use the `npm install --build-from-source` flag to compile for other platforms. | ||
@@ -29,2 +30,6 @@ ## Installation | ||
```sh | ||
yarn add farmhash | ||
``` | ||
## Usage | ||
@@ -31,0 +36,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
323072
166
3
+ Addeddetect-libc@^0.2.0
+ Addeddetect-libc@0.2.0(transitive)
Updatednan@^2.7.0
Updatedprebuild-install@^2.2.2