highwayhash
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "highwayhash", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"author": "Lovell Fuller <npm@lovell.info>", | ||
@@ -8,4 +8,4 @@ "description": "Node.js implementation of HighwayHash, Google's fast and strong hash function", | ||
"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" | ||
}, | ||
@@ -25,5 +25,4 @@ "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" | ||
}, | ||
@@ -33,5 +32,5 @@ "devDependencies": { | ||
"long": "^3.2.0", | ||
"prebuild": "^6.2.1", | ||
"prebuild": "^7.3.0", | ||
"prebuild-ci": "^2.2.3", | ||
"semistandard": "^11.0.0" | ||
"semistandard": "^12.0.0" | ||
}, | ||
@@ -38,0 +37,0 @@ "license": "Apache-2.0", |
@@ -144,3 +144,3 @@ # highwayhash | ||
Copyright 2016, 2017 Lovell Fuller. | ||
Copyright 2016, 2017, 2018 Lovell Fuller. | ||
@@ -147,0 +147,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2
191438
- Removeddetect-libc@^0.2.0
- Removeddetect-libc@0.2.0(transitive)
Updatednan@^2.8.0
Updatedprebuild-install@^2.5.0