Socket
Socket
Sign inDemoInstall

farmhash

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

farmhash - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

index.d.ts

14

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

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

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

@@ -28,10 +28,10 @@ "main": "index.js",

"dependencies": {
"node-addon-api": "^1.6.3",
"prebuild-install": "^5.3.0"
"node-addon-api": "^3.0.0",
"prebuild-install": "^5.3.3"
},
"devDependencies": {
"cc": "^1.0.2",
"prebuild": "^9.0.0",
"cc": "^2.0.1",
"prebuild": "^10.0.0",
"prebuild-ci": "^3.1.0",
"semistandard": "^13.0.1"
"semistandard": "^14.2.0"
},

@@ -38,0 +38,0 @@ "license": "Apache-2.0",

@@ -17,3 +17,3 @@ # farmhash

This module uses FarmHash v1.1.0 (2015-03-01).
It has been tested with Node.js 10 and 12
It has been tested with Node.js 10, 12 and 14
on Linux, OS X and Windows.

@@ -135,3 +135,3 @@

Copyright 2014, 2015, 2016, 2017, 2018, 2019 Lovell Fuller and contributors.
Copyright 2014, 2015, 2016, 2017, 2018, 2019, 2020 Lovell Fuller and contributors.

@@ -138,0 +138,0 @@ Licensed under the Apache License, Version 2.0 (the "License");

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