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 2.0.0 to 2.0.1

15

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

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

"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"test": "semistandard && cc && node test/unit && prebuild-ci"
"install": "detect-libc prebuild-install || node-gyp rebuild",
"test": "semistandard && cc && node test/unit && detect-libc prebuild-ci"
},

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

"dependencies": {
"nan": "^2.6.2",
"prebuild-install": "^2.1.2"
"detect-libc": "^0.2.0",
"nan": "^2.7.0",
"prebuild-install": "^2.2.2"
},
"devDependencies": {
"cc": "^1.0.1",
"prebuild": "^6.2.0",
"prebuild-ci": "^2.2.2",
"prebuild": "^6.2.1",
"prebuild-ci": "^2.2.3",
"semistandard": "^11.0.0"

@@ -37,0 +38,0 @@ },

@@ -20,3 +20,4 @@ # farmhash

Pre-compiled binaries are provided for the most common platforms.
Pre-compiled binaries are provided for CPUs with SSE4.2 and AVX intrinsics.
Use the `npm install --build-from-source` flag to compile for other platforms.

@@ -29,2 +30,6 @@ ## Installation

```sh
yarn add farmhash
```
## Usage

@@ -31,0 +36,0 @@

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