Comparing version 1.1.3 to 1.1.4
@@ -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) { |
{ | ||
"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
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
26159
110