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.3.2 to 5.4.0

7

CHANGELOG.md

@@ -11,2 +11,9 @@

## Version 5.4.0
* csv-generate: 3.3.0
* csv-parse: 4.15.3
* stream-transform: 2.0.4
* csv-stringify: 5.6.2
## Version 5.3.2

@@ -13,0 +20,0 @@

32

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

@@ -47,17 +47,29 @@ "keywords": [

"dependencies": {
"csv-generate": "^3.2.4",
"csv-parse": "^4.8.8",
"stream-transform": "^2.0.1",
"csv-stringify": "^5.3.6"
"csv-generate": "^3.3.0",
"csv-parse": "^4.15.3",
"stream-transform": "^2.0.4",
"csv-stringify": "^5.6.2"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^13.7.7",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.33",
"@types/should": "^13.0.0",
"coffeescript": "~2.5.1",
"mocha": "~7.1.0",
"mocha": "~8.3.1",
"should": "~13.2.3",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"mocha": {
"throw-deprecation": true,
"require": [
"should",
"coffeescript/register",
"ts-node/register"
],
"inline-diffs": true,
"timeout": 40000,
"reporter": "spec",
"recursive": true
},
"optionalDependencies": {},

@@ -64,0 +76,0 @@ "files": [

@@ -8,3 +8,3 @@

| |\ | (_) | (_| | __/| |____ ____) | \ /
|_| \_|\___/ \__,_|\___| \_____|_____/ \/ New BSD License
|_| \_|\___/ \__,_|\___| \_____|_____/ \/ MIT License

@@ -20,3 +20,3 @@ </pre>

[![NPM](https://nodei.co/npm/csv.png?stars&downloads)](https://nodei.co/npm/csv/) [![NPM](https://nodei.co/npm-dl/csv.png)](https://nodei.co/npm/csv/)
[![NPM](https://img.shields.io/npm/dm/csv)](https://www.npmjs.com/package/csv) [![NPM](https://img.shields.io/npm/v/csv)](https://www.npmjs.com/package/csv)

@@ -23,0 +23,0 @@ The `csv` package is itself split into 4 packages:

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