Socket
Socket
Sign inDemoInstall

csv-parse

Package Overview
Dependencies
0
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.9 to 5.3.10

8

package.json
{
"version": "5.3.9",
"version": "5.3.10",
"name": "csv-parse",

@@ -69,3 +69,3 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API",

"coffeescript": "^2.7.0",
"csv-generate": "^4.2.5",
"csv-generate": "^4.2.6",
"csv-spectrum": "^1.0.0",

@@ -80,3 +80,3 @@ "each": "^2.3.0",

"should": "^13.2.3",
"stream-transform": "^3.2.5",
"stream-transform": "^3.2.6",
"ts-node": "^10.9.1",

@@ -139,3 +139,3 @@ "typescript": "^5.0.2"

},
"gitHead": "74ca71aa11c98cd5dcdde8176c6871d119831f26"
"gitHead": "fbff146dc9a9b943586e110ecb143aeb056e3400"
}

@@ -37,3 +37,3 @@

Run `npm install csv` to install the full csv module or run `npm install csv-parse` if you are only interested by the CSV parser.
Run `npm install csv` to install the full CSV module or run `npm install csv-parse` if you are only interested by the CSV parser.

@@ -40,0 +40,0 @@ Use the callback and sync APIs for simplicity or the stream based API for scalability.

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