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.2 to 2.0.3

.babelrc

13

CHANGELOG.md
# Changelog
## Version 2.0.3
* package: es5 backward compatiblity
* package: ignore yarn lock file
## Version 2.0.2
package: only remove js files in lib
source: remove unreferenced variables #179
package: start running tests in preversion
package: new release workflow
* package: only remove js files in lib
* source: remove unreferenced variables #179
* package: start running tests in preversion
* package: new release workflow

@@ -11,0 +16,0 @@ ## 2.0.0

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.0.1
// Generated by CoffeeScript 2.0.3
// # CSV Parser

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.0.1
// Generated by CoffeeScript 2.0.3
// # CSV Parse Sync

@@ -3,0 +3,0 @@

{
"version": "2.0.2",
"version": "2.0.3",
"name": "csv-parse",

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

"homepage": "http://csv.adaltas.com/parse/",
"dependencies": {},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"devDependencies": {
"each": "~0.6.1",
"coffeescript": "~2.0.1",
"csv-generate": "~2.0.0",
"csv-spectrum": "~1.0.0",
"each": "~0.6.1",
"mocha": "~4.0.1",

@@ -53,6 +56,6 @@ "should": "~13.1.2"

"major": "npm version major -m 'Bump to version %s'",
"coffee": "./node_modules/.bin/coffee -b -o lib src",
"pretest": "./node_modules/.bin/coffee -b -o lib src",
"coffee": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..",
"pretest": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..",
"test": "./node_modules/.bin/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