Comparing version 1.0.7 to 1.0.8
@@ -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
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
24788
91