highwayhash
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "highwayhash", | ||
"version": "3.0.0", | ||
"version": "3.1.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": "prebuild-install --runtime=napi || node-gyp rebuild", | ||
"test": "semistandard && cpplint && node test/unit && prebuild-ci" | ||
"install": "prebuild-install || node-gyp rebuild", | ||
"test": "semistandard && cpplint && node test/unit" | ||
}, | ||
@@ -17,2 +17,7 @@ "main": "index.js", | ||
}, | ||
"files": [ | ||
"binding.gyp", | ||
"src/", | ||
"!update.sh" | ||
], | ||
"keywords": [ | ||
@@ -26,11 +31,10 @@ "highwayhash", | ||
"dependencies": { | ||
"node-addon-api": "^3.0.0", | ||
"prebuild-install": "^5.3.5" | ||
"node-addon-api": "^3.1.0", | ||
"prebuild-install": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"cc": "^2.0.1", | ||
"cc": "^3.0.1", | ||
"long": "^4.0.0", | ||
"prebuild": "^10.0.0", | ||
"prebuild-ci": "^3.1.0", | ||
"semistandard": "^14.2.2" | ||
"prebuild": "^10.0.1", | ||
"semistandard": "^16.0.0" | ||
}, | ||
@@ -46,2 +50,6 @@ "license": "Apache-2.0", | ||
}, | ||
"config": { | ||
"runtime": "napi", | ||
"target": 3 | ||
}, | ||
"cc": { | ||
@@ -48,0 +56,0 @@ "ignore": [ |
193629
4
+ Addedprebuild-install@6.1.4(transitive)
- Removednoop-logger@0.1.1(transitive)
- Removedprebuild-install@5.3.6(transitive)
- Removedwhich-pm-runs@1.1.0(transitive)
Updatednode-addon-api@^3.1.0
Updatedprebuild-install@^6.0.0