You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

csv2object

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv2object - npm Package Compare versions

Comparing version

to
1.0.0

17

package.json
{
"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