Socket
Socket
Sign inDemoInstall

csv

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

8

CHANGELOG.md

@@ -11,2 +11,10 @@

## Version 5.1.0
* csv-generate: version 3.2.0
* csv-stringify: version 5.1.2
* csv-parse: version 4.3.0
* stream-transform: version 1.0.8
* babel: re-integration
## Version 5.0.1

@@ -13,0 +21,0 @@

14

lib/es5/index.js

@@ -1,9 +0,7 @@

// Alias to the ES5 modules exposing the stream and callback APIs
// Alias to the ES6 modules exposing the stream and callback APIs
module.exports = {
generate: require('csv-generate/lib/es5'),
parse: require('csv-parse/lib/es5'),
transform: require('stream-transform/lib/es5'),
stringify: require('csv-stringify/lib/es5')
}
generate: require('csv-generate/lib'),
parse: require('csv-parse/lib'),
transform: require('stream-transform/lib'),
stringify: require('csv-stringify/lib')
};

@@ -1,9 +0,7 @@

// Alias to the ES5 modules exposing the sync API
// Alias to the ES6 modules exposing the sync API
module.exports = {
generate: require('csv-generate/lib/es5/sync'),
parse: require('csv-parse/lib/es5/sync'),
transform: require('stream-transform/lib/es5/sync'),
stringify: require('csv-stringify/lib/es5/sync')
}
generate: require('csv-generate/lib/sync'),
parse: require('csv-parse/lib/sync'),
transform: require('stream-transform/lib/sync'),
stringify: require('csv-stringify/lib/sync')
};
{
"name": "csv",
"version": "5.0.1",
"version": "5.1.0",
"description": "CSV parser with simple api, full of options and tested against large datasets.",

@@ -30,11 +30,11 @@ "keywords": [

"dependencies": {
"csv-generate": "^3.1.0",
"csv-parse": "^4.0.1",
"stream-transform": "^1.0.7",
"csv-stringify": "^5.0.0"
"csv-generate": "^3.2.0",
"csv-parse": "^4.3.0",
"stream-transform": "^1.0.8",
"csv-stringify": "^5.1.2"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"coffeescript": "~2.3.2",

@@ -52,4 +52,5 @@ "mocha": "~5.2.0",

"major": "npm version major -m 'Bump to version %s'",
"pretest": "cd lib && babel *.js -d es5 && cd ..",
"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