Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

csv-stringify

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-stringify - npm Package Compare versions

Comparing version 6.3.3 to 6.3.4

6

package.json
{
"version": "6.3.3",
"version": "6.3.4",
"name": "csv-stringify",

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

"coffeescript": "~2.7.0",
"csv-generate": "^4.2.5",
"csv-generate": "^4.2.6",
"each": "^2.3.0",

@@ -115,3 +115,3 @@ "eslint": "^8.36.0",

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

@@ -35,3 +35,3 @@

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

@@ -38,0 +38,0 @@ The module is built on the Node.js Stream API. 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc