Comparing version 3.4.9-2 to 3.4.9-3
var EventEmitter = require('events').EventEmitter; | ||
var util = require('util'); | ||
var _ = require('underscore'); | ||
var _ = require('lodash'); | ||
var path = require('path'); | ||
var async = require('async'); | ||
var NativeZk = require(__dirname + '/../build/zookeeper.node').ZooKeeper; | ||
var async = {}; | ||
async.apply = require('async/apply'); | ||
async.waterfall = require('async/waterfall'); | ||
// with Node 0.5.x and greater, EventEmitter is pure-js, so we make a simple wrapper... | ||
@@ -9,0 +12,0 @@ // Partly inspired by https://github.com/bnoordhuis/node-event-emitter |
{ | ||
"name": "zookeeper" | ||
,"description": "apache zookeeper client (zookeeper async API >= 3.4.0)" | ||
,"version": "3.4.9-2" | ||
,"version": "3.4.9-3" | ||
,"author": "Yuri Finkelstein <yurif2003@yahoo.com>" | ||
@@ -23,8 +23,8 @@ ,"contributors": [ | ||
,"dependencies": { | ||
"async": "~0.2.6" | ||
,"nan": "~2.4.0" | ||
,"underscore": "*" | ||
"async": "~2.1.4" | ||
,"nan": "~2.5.0" | ||
,"lodash": "~4.17.2" | ||
} | ||
,"devDependencies": { | ||
"log4js": "~0.6.0" | ||
"log4js": "~1.0.1" | ||
,"webworker": ">=0.8.4" | ||
@@ -38,3 +38,3 @@ } | ||
} | ||
,"engines": { "node": ">=0.8" } | ||
,"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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
4959825
138
1874
0
+ Addedlodash@~4.17.2
+ Addedasync@2.1.5(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addednan@2.5.1(transitive)
- Removedunderscore@*
- Removedasync@0.2.10(transitive)
- Removednan@2.4.0(transitive)
- Removedunderscore@1.13.7(transitive)
Updatedasync@~2.1.4
Updatednan@~2.5.0