node-memwatch-x
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "node-memwatch-x", | ||
"description": "Keep an eye on your memory usage, and discover and isolate leaks.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Siarhei Ladzeika (original code by Lloyd Hilaiel (http://lloyd.io))", | ||
@@ -26,3 +26,3 @@ "homepage": "https://github.com/ladeiko/node-memwatch", | ||
"mocha": "^10.2.0", | ||
"should": "^8.3.1" | ||
"should": "^13.2.3" | ||
}, | ||
@@ -29,0 +29,0 @@ "contributors": [ |
`node-memwatch`: Leak Detection and Heap Diffing for Node.JS | ||
Original code was adapted for compilation under new versions of NodeJS | ||
============================================================ | ||
@@ -20,7 +22,7 @@ | ||
- `npm install node-memwatch` | ||
- `npm install node-memwatch-x` | ||
or | ||
- `git clone https://github.com/eduardbcom/node-memwatch.git` | ||
- `git clone https://github.com/ladeiko/node-memwatch.git` | ||
@@ -36,6 +38,6 @@ | ||
To get started, import `node-memwatch` like so: | ||
To get started, import `node-memwatch-x` like so: | ||
```javascript | ||
var memwatch = require('node-memwatch'); | ||
var memwatch = require('node-memwatch-x'); | ||
``` | ||
@@ -42,0 +44,0 @@ |
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
35845
161