Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "farmhash", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"author": "Lovell Fuller <npm@lovell.info>", | ||
@@ -11,4 +11,4 @@ "contributors": [ | ||
"scripts": { | ||
"install": "detect-libc prebuild-install || node-gyp rebuild", | ||
"test": "semistandard && cc && node test/unit && detect-libc prebuild-ci" | ||
"install": "prebuild-install || node-gyp rebuild", | ||
"test": "semistandard && cc && node test/unit && prebuild-ci" | ||
}, | ||
@@ -28,11 +28,10 @@ "main": "index.js", | ||
"dependencies": { | ||
"detect-libc": "^0.2.0", | ||
"nan": "^2.7.0", | ||
"prebuild-install": "^2.2.2" | ||
"nan": "^2.8.0", | ||
"prebuild-install": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"cc": "^1.0.1", | ||
"prebuild": "^6.2.1", | ||
"prebuild": "^7.2.2", | ||
"prebuild-ci": "^2.2.3", | ||
"semistandard": "^11.0.0" | ||
"semistandard": "^12.0.0" | ||
}, | ||
@@ -39,0 +38,0 @@ "license": "Apache-2.0", |
@@ -17,3 +17,3 @@ # farmhash | ||
This module uses FarmHash v1.1.0 (2015-03-01). | ||
It has been tested with Node.js v4, v6, v8 | ||
It has been tested with Node.js 4, 6, 8 and 9 | ||
on Linux, OS X and Windows. | ||
@@ -134,3 +134,3 @@ | ||
Copyright 2014, 2015, 2016, 2017 Lovell Fuller and contributors. | ||
Copyright 2014, 2015, 2016, 2017, 2018 Lovell Fuller and contributors. | ||
@@ -137,0 +137,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
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
2
323089
- Removeddetect-libc@^0.2.0
- Removeddetect-libc@0.2.0(transitive)
Updatednan@^2.8.0
Updatedprebuild-install@^2.5.0