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

zookeeper

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zookeeper - npm Package Compare versions

Comparing version 3.4.9-3 to 3.4.9-4

{
"name": "zookeeper"
,"description": "apache zookeeper client (zookeeper async API >= 3.4.0)"
,"version": "3.4.9-3"
,"author": "Yuri Finkelstein <yurif2003@yahoo.com>"
,"contributors": [
"Yuri Finkelstein <yurif2003@yahoo.com>"
,"Woody Anderson <woody.anderson@gmail.com>"
,"Mark Cavage <mcavage@gmail.com>"
,"Dave Dopson <ddopson@gmail.com>"
,"David Trejo <david.daniel.trejo@gmail.com>"
,"Pooya Karimian <pkarimian@sencha.com>"
,"Jakub Lekstan <kuebzky@gmail.com>"
,"Matt Lavin <matt.lavin@gmail.com>"
,"Roy Cheng <roy.b.cheng@newegg.com>"
]
,"repository": {
"type": "git"
,"url": "https://github.com/yfinkelstein/node-zookeeper"
"name": "zookeeper",
"description": "apache zookeeper client (zookeeper async API >= 3.4.0)",
"version": "3.4.9-4",
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
"contributors": [
"Yuri Finkelstein <yurif2003@yahoo.com>",
"Woody Anderson <woody.anderson@gmail.com>",
"Mark Cavage <mcavage@gmail.com>",
"Dave Dopson <ddopson@gmail.com>",
"David Trejo <david.daniel.trejo@gmail.com>",
"Pooya Karimian <pkarimian@sencha.com>",
"Jakub Lekstan <kuebzky@gmail.com>",
"Matt Lavin <matt.lavin@gmail.com>",
"Roy Cheng <roy.b.cheng@newegg.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/yfinkelstein/node-zookeeper"
},
"keywords": [
"apache",
"zookeeper",
"client"
],
"dependencies": {
"async": "~2.6.1",
"nan": "~2.11.0",
"lodash": "~4.17.11"
},
"devDependencies": {
"log4js": "~3.0.5",
"webworker": ">=0.8.4"
},
"main": "lib/index",
"scripts": {
"build": "node-gyp configure build",
"test": "pushd test; ./test; popd",
"prepublish": "./scripts/prepublish.sh"
},
"engines": {
"node": ">=0.10"
}
,"keywords": ["apache", "zookeeper", "client"]
,"dependencies": {
"async": "~2.1.4"
,"nan": "~2.5.0"
,"lodash": "~4.17.2"
}
,"devDependencies": {
"log4js": "~1.0.1"
,"webworker": ">=0.8.4"
}
,"main": "lib/index"
,"scripts" : {
"build" : "node-gyp configure build"
,"test" : "pushd test; ./test; popd"
,"prepublish" : "./scripts/prepublish.sh"
}
,"engines": { "node": ">=0.10" }
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet