Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.4 to 2.0.5

15

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

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

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

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

"dependencies": {
"detect-libc": "^0.2.0",
"nan": "^2.7.0",
"prebuild-install": "^2.2.2"
"nan": "^2.8.0",
"prebuild-install": "^2.5.0"
},
"devDependencies": {
"cc": "^1.0.1",
"prebuild": "^6.2.1",
"prebuild": "^7.2.2",
"prebuild-ci": "^2.2.3",
"semistandard": "^11.0.0"
"semistandard": "^12.0.0"
},

@@ -39,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 v4, v6, v8
It has been tested with Node.js 4, 6, 8 and 9
on Linux, OS X and Windows.

@@ -134,3 +134,3 @@

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

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