memwatch-next
Advanced tools
Comparing version 0.2.4 to 0.2.5-1
{ | ||
"name": "memwatch-next", | ||
"description": "Keep an eye on your memory usage, and discover and isolate leaks.", | ||
"version": "0.2.4", | ||
"version": "0.2.5-1", | ||
"author": "Lloyd Hilaiel (http://lloyd.io)", | ||
@@ -6,0 +6,0 @@ "engines": { |
@@ -26,3 +26,3 @@ `node-memwatch`: Leak Detection and Heap Diffing for Node.JS | ||
- `git clone git://github.com/lloyd/node-memwatch.git` | ||
- `git clone git://github.com/marcominetti/node-memwatch.git` | ||
@@ -41,3 +41,3 @@ | ||
```javascript | ||
var memwatch = require('memwatch'); | ||
var memwatch = require('memwatch-next'); | ||
``` | ||
@@ -44,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
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
30968