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

murmurhash-native

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

murmurhash-native - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

9

HISTORY.md

@@ -0,1 +1,10 @@

v3.2.2
* bump nan to 2.7.0, node-pre-gyp to 0.6.39
* bump development dependencies
* replace deprecated Nan::ForceSet with Nan::DefineOwnProperty
* test and release binaries for node v8 and v9
* appveyor: pin npm version 5.3 for node v9 to workaround npm's issue #16649
* npmrc: turn off package-lock
v3.2.1

@@ -2,0 +11,0 @@

10

package.json

@@ -16,3 +16,3 @@ {

],
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",

@@ -44,8 +44,8 @@ "author": "Rafał Michalski <royal@yeondir.com>",

"dependencies": {
"nan": "^2.6.2",
"node-pre-gyp": "^0.6.34"
"nan": "^2.7.0",
"node-pre-gyp": "^0.6.39"
},
"devDependencies": {
"bluebird": "^3.5.0",
"commander": "^2.9.0",
"bluebird": "^3.5.1",
"commander": "^2.11.0",
"murmurhash3js": "^3.0.1",

@@ -52,0 +52,0 @@ "node-pre-gyp-github": "^1.3.1",

@@ -295,3 +295,3 @@ MurmurHash bindings for node

Tested with nodejs: v0.10, v0.11, v0.12, v4, v5, v6 and v7.
Tested with nodejs: v0.10, v0.12, v4, v5, v6, v7, v8 and v9.

@@ -298,0 +298,0 @@ [Travis Status]: https://travis-ci.org/royaltm/node-murmurhash-native

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