node-memwatch-new
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "node-memwatch-new", | ||
"description": "Keep an eye on your memory usage, and discover and isolate leaks.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "dhlolo", | ||
@@ -11,3 +11,3 @@ "engines": { | ||
"type": "git", | ||
"url": "https://github.com/airbnb/node-memwatch.git" | ||
"url": "https://github.com/dhlolo/node-memwatch/tree/feat/pub" | ||
}, | ||
@@ -21,3 +21,3 @@ "main": "include.js", | ||
"bugs": { | ||
"url": "https://github.com/airbnb/node-memwatch/issues" | ||
"url": "https://github.com/dhlolo/node-memwatch/issues" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
@@ -18,3 +18,3 @@ `node-memwatch`: Leak Detection and Heap Diffing for Node.JS | ||
- `npm install @airbnb/node-memwatch` | ||
- `npm install node-memwatch-new` | ||
@@ -33,3 +33,3 @@ | ||
```javascript | ||
var memwatch = require('@airbnb/node-memwatch'); | ||
var memwatch = require('node-memwatch-new'); | ||
``` | ||
@@ -36,0 +36,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
34028