Socket
Socket
Sign inDemoInstall

csv-parse

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-parse - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

4

CHANGELOG.md
# Changelog
## Version 2.0.4
* package: move babel to dev dependencies
## Version 2.0.3

@@ -5,0 +9,0 @@

10

package.json
{
"version": "2.0.3",
"version": "2.0.4",
"name": "csv-parse",

@@ -34,7 +34,5 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API",

"homepage": "http://csv.adaltas.com/parse/",
"dependencies": {
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"coffeescript": "~2.0.1",

@@ -58,4 +56,4 @@ "csv-generate": "~2.0.0",

"pretest": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..",
"test": "./node_modules/.bin/mocha test/**/*.coffee"
"test": "mocha test/**/*.coffee"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc