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 2.5.0 to 3.0.0

25

package.json
{
"name": "highwayhash",
"version": "2.5.0",
"version": "3.0.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 || node-gyp rebuild",
"test": "semistandard && cc && node test/unit && prebuild-ci"
"install": "prebuild-install --runtime=napi || node-gyp rebuild",
"test": "semistandard && cpplint && node test/unit && prebuild-ci"
},

@@ -25,16 +25,21 @@ "main": "index.js",

"dependencies": {
"nan": "^2.12.1",
"prebuild-install": "^5.2.4"
"node-addon-api": "^3.0.0",
"prebuild-install": "^5.3.5"
},
"devDependencies": {
"cc": "^1.0.2",
"cc": "^2.0.1",
"long": "^4.0.0",
"prebuild": "^8.1.2",
"prebuild-ci": "^2.2.3",
"semistandard": "^13.0.1"
"prebuild": "^10.0.0",
"prebuild-ci": "^3.1.0",
"semistandard": "^14.2.2"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6"
"node": ">=10"
},
"binary": {
"napi_versions": [
3
]
},
"cc": {

@@ -41,0 +46,0 @@ "ignore": [

4

README.md

@@ -32,3 +32,3 @@ # highwayhash

* x64 CPU
* Node.js v6+
* Node.js v10+

@@ -145,3 +145,3 @@ ## Installation

Copyright 2016, 2017, 2018, 2019 Lovell Fuller.
Copyright 2016, 2017, 2018, 2019, 2020 Lovell Fuller.

@@ -148,0 +148,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

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

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