Socket
Socket
Sign inDemoInstall

farmhash

Package Overview
Dependencies
57
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

16

package.json
{
"name": "farmhash",
"version": "3.1.0",
"version": "3.1.1",
"author": "Lovell Fuller <npm@lovell.info>",

@@ -11,3 +11,3 @@ "contributors": [

"scripts": {
"install": "prebuild-install --runtime napi || prebuild-install || node-gyp rebuild",
"install": "prebuild-install || node-gyp rebuild",
"test": "semistandard && cpplint && node test/unit && prebuild-ci"

@@ -28,10 +28,10 @@ },

"dependencies": {
"node-addon-api": "^3.0.0",
"prebuild-install": "^5.3.3"
"node-addon-api": "^3.0.2",
"prebuild-install": "^6.0.0"
},
"devDependencies": {
"cc": "^2.0.1",
"prebuild": "^10.0.0",
"prebuild": "^10.0.1",
"prebuild-ci": "^3.1.0",
"semistandard": "^14.2.0"
"semistandard": "^16.0.0"
},

@@ -47,2 +47,6 @@ "license": "Apache-2.0",

},
"config": {
"runtime": "napi",
"target": 3
},
"cc": {

@@ -49,0 +53,0 @@ "linelength": "120",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc