Socket
Socket
Sign inDemoInstall

csv

Package Overview
Dependencies
5
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.1 to 5.3.2

6

CHANGELOG.md

@@ -11,2 +11,8 @@

## Version 5.3.2
* package: update project description
* csv-parse: 4.8.8
* csv-stringify: 5.3.6
## Version 5.3.1

@@ -13,0 +19,0 @@

26

package.json
{
"name": "csv",
"version": "5.3.1",
"description": "CSV parser with simple api, full of options and tested against large datasets.",
"version": "5.3.2",
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
"keywords": [

@@ -12,3 +12,7 @@ "node",

"stringifier",
"stringify"
"stringify",
"transform",
"stream",
"generate",
"generation"
],

@@ -45,15 +49,15 @@ "homepage": "https://csv.js.org/",

"csv-generate": "^3.2.4",
"csv-parse": "^4.8.2",
"csv-parse": "^4.8.8",
"stream-transform": "^2.0.1",
"csv-stringify": "^5.3.4"
"csv-stringify": "^5.3.6"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.14",
"@types/mocha": "^7.0.2",
"@types/node": "^13.7.7",
"@types/should": "^13.0.0",
"coffeescript": "~2.4.1",
"mocha": "~6.2.2",
"coffeescript": "~2.5.1",
"mocha": "~7.1.0",
"should": "~13.2.3",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
},

@@ -60,0 +64,0 @@ "optionalDependencies": {},

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc