Comparing version 0.0.9 to 0.0.10
@@ -91,3 +91,3 @@ /* | ||
var finish = function(err, data) { | ||
var out = JSON.stringify(data); | ||
var out = JSON.parse(data); | ||
@@ -110,3 +110,3 @@ if(typeof encoding === 'function') { | ||
try { | ||
return JSON.stringify(fs.readFileSync(file, 'utf8')); | ||
return JSON.parse(fs.readFileSync(file, 'utf8')); | ||
} catch(e) { | ||
@@ -113,0 +113,0 @@ return null; |
{ | ||
"name": "helper", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Node.js portability and api helper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
3745