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.7 to 1.0.8

3

my-middleware.js

@@ -51,5 +51,4 @@ #!/usr/bin/env node

console.log('Hello World')// Implement the middleware function based on the options object
var file = req.params.file, path = './' + '/' + file;
var file = req.params.file, path = storedir.defaultpath + '/' + file;
res.download(path);
next()

@@ -56,0 +55,0 @@ }

{
"name": "heapware",
"version": "1.0.7",
"version": "1.0.8",
"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