memwatch-next
Advanced tools
Comparing version 0.2.10 to 0.3.0
{ | ||
"name": "memwatch-next", | ||
"description": "Keep an eye on your memory usage, and discover and isolate leaks.", | ||
"version": "0.2.10", | ||
"version": "0.3.0", | ||
"author": "Lloyd Hilaiel (http://lloyd.io)", | ||
@@ -27,4 +27,4 @@ "engines": { | ||
"devDependencies": { | ||
"mocha": "1.2.2", | ||
"should": "0.6.3" | ||
"mocha": "^2.4.5", | ||
"should": "^8.3.1" | ||
}, | ||
@@ -37,5 +37,5 @@ "contributors": [ | ||
"dependencies": { | ||
"bindings": "^1.2.0", | ||
"nan": "^2.0.0" | ||
"bindings": "^1.2.1", | ||
"nan": "^2.3.2" | ||
} | ||
} |
@@ -139,2 +139,3 @@ `node-memwatch`: Leak Detection and Heap Diffing for Node.JS | ||
} | ||
} | ||
``` | ||
@@ -141,0 +142,0 @@ |
@@ -18,3 +18,3 @@ const | ||
memwatch.once('stats', function(s) { | ||
s.should.be.a('object'); | ||
s.should.be.object; | ||
done(); | ||
@@ -21,0 +21,0 @@ }); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161
32890
Updatedbindings@^1.2.1
Updatednan@^2.3.2