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

heapware

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heapware - npm Package Compare versions

Comparing version 1.0.9 to 1.1.1

5

my-middleware.js

@@ -60,3 +60,3 @@ #!/usr/bin/env node

console.log(err);
res.status(500).send({error:err})
req.error = err;
}

@@ -79,4 +79,5 @@ var heapdump = [];

console.log(heapdump)
req.heapdump = heapdump;
req.report = report;
});

@@ -83,0 +84,0 @@ next()

2

package.json
{
"name": "heapware",
"version": "1.0.9",
"version": "1.1.1",
"description": "trigger and export heap dumps ",

@@ -5,0 +5,0 @@ "main": "my-middleware.js",

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