Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-memwatch-new

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-memwatch-new - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc