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

memwatch-next

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memwatch-next - npm Package Compare versions

Comparing version 0.2.10 to 0.3.0

10

package.json
{
"name": "memwatch-next",
"description": "Keep an eye on your memory usage, and discover and isolate leaks.",
"version": "0.2.10",
"version": "0.3.0",
"author": "Lloyd Hilaiel (http://lloyd.io)",

@@ -27,4 +27,4 @@ "engines": {

"devDependencies": {
"mocha": "1.2.2",
"should": "0.6.3"
"mocha": "^2.4.5",
"should": "^8.3.1"
},

@@ -37,5 +37,5 @@ "contributors": [

"dependencies": {
"bindings": "^1.2.0",
"nan": "^2.0.0"
"bindings": "^1.2.1",
"nan": "^2.3.2"
}
}

@@ -139,2 +139,3 @@ `node-memwatch`: Leak Detection and Heap Diffing for Node.JS

}
}
```

@@ -141,0 +142,0 @@

@@ -18,3 +18,3 @@ const

memwatch.once('stats', function(s) {
s.should.be.a('object');
s.should.be.object;
done();

@@ -21,0 +21,0 @@ });

Sorry, the diff of this file is not supported yet

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