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

node-memwatch-x

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-memwatch-x - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

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

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