Comparing version
{ | ||
"name": "csv2object", | ||
"version": "0.0.4", | ||
"version": "1.0.0", | ||
"description": "A Simple NodeJS library for extracting an array of Javascript Objects from a CSV file. The CSV may also (optionally) be GZipped.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha test/test.js" | ||
"test": "mocha test/test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/MoxieUSA/node-splunk-data-extractor.git" | ||
}, | ||
"repository": "keithmorris/node-csv2object", | ||
"keywords": [ | ||
@@ -21,8 +18,8 @@ "node", | ||
"bugs": { | ||
"url": "https://github.com/MoxieUSA/node-splunk-data-extractor/issues" | ||
"url": "https://github.com/keithmorris/node-csv2object/issues" | ||
}, | ||
"homepage": "https://github.com/MoxieUSA/node-splunk-data-extractor#readme", | ||
"homepage": "https://github.com/keithmorris/node-csv2object", | ||
"dependencies": { | ||
"csv-parser": "^1.7.0", | ||
"gulp-if": "^1.2.5", | ||
"gulp-if": "^2.0.2", | ||
"q": "^1.4.1", | ||
@@ -33,4 +30,4 @@ "stream-combiner2": "^1.0.2" | ||
"chai": "^3.2.0", | ||
"mocha": "^2.2.5" | ||
"mocha": "^3.1.2" | ||
} | ||
} |
@@ -63,2 +63,6 @@ # csv2object | ||
### 1.0.0 | ||
* Move and cleanup repository | ||
### 0.0.2 | ||
@@ -65,0 +69,0 @@ * Added README.md documentation |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
-100%72
5.88%10297
-0.69%2
100%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated