You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-murmurhash

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-murmurhash - npm Package Compare versions

Comparing version

to
0.0.4

5

History.md
0.0.4 / 2014-03-22
==================
* update deps and add jshint
0.0.3 / 2013-12-10

@@ -3,0 +8,0 @@ ==================

2

lib/murmurhash.js

@@ -1,2 +0,2 @@

/*!
/**!
* node-murmurhash - lib/murmurhash.js

@@ -3,0 +3,0 @@ *

{
"name": "node-murmurhash",
"version": "0.0.3",
"version": "0.0.4",
"description": "murmurhash V2, support utf8 Buffer",

@@ -9,6 +9,3 @@ "main": "index.js",

"blanket": {
"pattern": "node-murmurhash/lib",
"data-cover-flags": {
"debug": false
}
"pattern": "node-murmurhash/lib"
},

@@ -20,12 +17,14 @@ "travis-cov": {

"dependencies": {
"nan": "0.6.0"
"nan": "0.8.0"
},
"devDependencies": {
"should": "*",
"autod": "*",
"benchmark": "1.0.0",
"blanket": "*",
"travis-cov": "*",
"coveralls": "*",
"jshint": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"mocha": "*",
"benchmark": "*"
"should": "3.2.0-beta1",
"travis-cov": "*"
},

@@ -32,0 +31,0 @@ "homepage": "https://github.com/fengmk2/node-murmurhash",

Sorry, the diff of this file is not supported yet