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.1.3 to 1.1.4

6

my-middleware.js

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

try{
file = fs.readFileSync(filePath);
jsonfile.readFile(filePath, function(err, obj) {

@@ -37,2 +38,3 @@ console.dir(obj.type);

}
// console.log('File content at : ' + new Date() + ' is \n' + file);
}

@@ -47,3 +49,7 @@ else{

}
///Users/ssjain/WebstormProjects/untitled1
module.exports = function() {

@@ -50,0 +56,0 @@ return function(req, res, next) {

2

package.json
{
"name": "heapware",
"version": "1.1.3",
"version": "1.1.4",
"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