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

murmurhash3

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

murmurhash3 - npm Package Compare versions

Comparing version 0.2.10 to 0.3.0

6

History.md
# Revision history for murmurhash3
0.3.0 / 2015-02-07
==================
* io.js ready
* Deprecate: node v0.6
0.2.10 / 2014-05-27

@@ -4,0 +10,0 @@ ==================

2

lib/murmurhash3.js

@@ -11,3 +11,3 @@ /*!

exports.version = '0.2.10';
exports.version = '0.3.0';

@@ -14,0 +14,0 @@ var binding;

{
"name": "murmurhash3",
"version": "0.2.10",
"version": "0.3.0",
"description": "Node binding of MurmurHash3",

@@ -16,3 +16,3 @@ "repository": "https://github.com/hideo55/node-murmurhash3",

"dependencies": {
"nan": "1.1.0"
"nan": "~1.6.2"
},

@@ -24,3 +24,3 @@ "devDependencies": {

"engines": {
"node": ">=0.6.13"
"node": ">=0.8.0"
},

@@ -27,0 +27,0 @@ "scripts": {

@@ -56,3 +56,4 @@ # murmurhash3

### Node v0.6, v0.8 and v0.10
Node v0.8, v0.10 and v0.12
io.js v1.0

@@ -59,0 +60,0 @@ ## Author

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