Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "json2csv", | ||
"version": "v0.0.1", | ||
"version": "v0.0.2", | ||
"description": "Convert json to csv with column titles", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "~0.6.17" | ||
"node": ">0.6.0" | ||
}, | ||
@@ -30,6 +30,6 @@ "scripts": { | ||
"devDependencies": { | ||
"coffee-script": "~1.3.1", | ||
"should": "~0.6.3", | ||
"mocha": "~1.0.0" | ||
"coffee-script": ">1.3.0", | ||
"should": ">0.6.0", | ||
"mocha": ">1.0.0" | ||
} | ||
} |
@@ -7,2 +7,6 @@ # Convert json to csv | ||
Install | ||
npm install json2csv | ||
Include the module and run | ||
@@ -9,0 +13,0 @@ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
7377
90