New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

highwayhash

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highwayhash - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

26

package.json
{
"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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc