Comparing version 1.0.9 to 1.1.1
@@ -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() |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25518
111