New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kafkazoo

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kafkazoo - npm Package Compare versions

Comparing version

to
0.2.1

2

js/test/specs/ZooKafka.js

@@ -26,3 +26,3 @@ // This file has been generated from coffee source files

mockery.registerMock('zookeeper', FakeZookeeper);
mockery.registerAllowables(['events', 'path', 'async', 'underscore', 'zookeeper-hd', './lib/SimpleClient', './lib/PlusClient', './lib/FakeZookeeper', './SimpleClient']);
mockery.registerAllowables(['events', 'path', 'async', 'underscore', 'zookeeper-hd', './lib/SimpleClient', './lib/PlusClient', './lib/FakeZookeeper', './SimpleClient', '..']);
return _ref = require('zookeeper-hd'), PlusClient = _ref.PlusClient, _ref;

@@ -29,0 +29,0 @@ });

@@ -11,3 +11,3 @@ {

],
"version": "0.2.0",
"version": "0.2.1",
"repository": {

@@ -39,12 +39,12 @@ "type": "git",

"dependencies": {
"async": "0.2.x",
"bignum": "0.6.x",
"node-uuid": "~1.4.x",
"prozess": "0.6.x",
"underscore": "1.5.x",
"underscore.string": "2.3.x",
"zookeeper-hd": "~0.3.x"
"async": "~0.2",
"bignum": "~0.6",
"node-uuid": "~1.4",
"prozess": "~0.6",
"underscore": "~1.5",
"underscore.string": "~2.3",
"zookeeper-hd": "^0.5.1"
},
"devDependencies": {
"blanket": "~1.1.5",
"blanket": "~1.1",
"buffermaker": "~1.0",

@@ -69,4 +69,5 @@ "concat-stream": "~1.0",

"sinon": "~1.5",
"yadda": "~0.8"
"yadda": "~0.8",
"coffee-script": "^1.6"
}
}

Sorry, the diff of this file is not supported yet