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.4.1 to 3.5.0

6

HISTORY.md

@@ -0,1 +1,7 @@

v3.5.0
* bump nan to 2.14.1, node-pre-gyp to 0.14.0
* bump development dependencies
* added binaries for node v13 and v14
* dropped binaries for node pre v10
v3.4.1

@@ -2,0 +8,0 @@ * restrict node to v6 or later

26

package.json

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

],
"version": "3.4.1",
"version": "3.5.0",
"license": "MIT",

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

"test-ts": "tap -C -Rclassic ./test/types/test*.js",
"test-gc": "tap -Rspec ./test/persistent/test.gc.*.js -gc",
"test-gc": "tap -Rspec --node-arg=--expose-gc ./test/persistent/test.gc.*.js",
"bench": "sh bench/bench.all.sh",

@@ -50,18 +50,18 @@ "rebuild": "node-pre-gyp rebuild",

"dependencies": {
"nan": "^2.13.2",
"node-pre-gyp": "^0.13.0"
"nan": "^2.14.1",
"node-pre-gyp": "^0.14.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.26",
"@types/node": "^12.0.0",
"bluebird": "^3.5.4",
"commander": "^2.20.0",
"@types/bluebird": "^3.5.30",
"@types/node": "^13.13.2",
"bluebird": "^3.7.2",
"commander": "^5.0.0",
"murmurhash3js": "^3.0.1",
"node-pre-gyp-github": "1.4.3",
"tap": "^12.1.0",
"typedoc": "^0.14.2",
"typedoc-plugin-external-module-name": "^2.1.0",
"typedoc-plugin-sourcefile-url": "^1.0.4",
"typescript": "^3.4.5"
"tap": "^14.10.7",
"typedoc": "^0.17.4",
"typedoc-plugin-external-module-name": "^3.0.0",
"typedoc-plugin-sourcefile-url": "^1.0.6",
"typescript": "^3.8.3"
}
}

@@ -134,2 +134,7 @@ MurmurHash bindings for node

- "buffer" - a new Buffer object;
* `@param` `{string}` `encoding|output_type` - data string encoding
or a return type; because some valid return types are also valid
encodings, the only values recognized here for `output_type` are:
- "number"
- "buffer"
* `@param` `{Function}` `callback` - optional callback(err, result)

@@ -303,4 +308,7 @@ if provided the hash will be calculated asynchronously using libuv

Tested with nodejs: v6, v7, v8, v9, v10, v11 and v12.
This version provides binaries for nodejs: v10, v11, v12, v13 and v14.
For binaries of murmurhash-native for previous versions of nodejs, use version
3.4.1 or 3.3.0 of this module.
[Travis Status]: https://travis-ci.org/royaltm/node-murmurhash-native

@@ -307,0 +315,0 @@ [Travis img]: https://img.shields.io/travis/royaltm/node-murmurhash-native.svg?maxAge=86400&style=flat-square&label=unix

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