Socket
Socket
Sign inDemoInstall

csv

Package Overview
Dependencies
Maintainers
0
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 6.3.9 to 6.3.10

6

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

@@ -28,3 +28,3 @@ "keywords": [

"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0",
"csv-stringify": "^6.5.1",
"stream-transform": "^3.3.2"

@@ -138,3 +138,3 @@ },

},
"gitHead": "6aadcace1a9e77ea308159733391e42ad019c5cb"
"gitHead": "5a48f0cfbf05da8b3625d0a2dbf52c3991e4ad85"
}

@@ -7,8 +7,5 @@

The `csv` project provides CSV generation, parsing, transformation and serialization
for Node.js.
The `csv` project provides CSV generation, parsing, transformation and serialization for Node.js.
It has been tested and used by a large community over the years and should be
considered reliable. It provides every option you would expect from an advanced
CSV parser and stringifier.
It has been tested and used by a large community over the years and should be considered reliable. It provides every option you would expect from an advanced CSV parser and stringifier.

@@ -38,4 +35,3 @@ This package exposes 4 packages:

Each package is fully compatible with the Node.js stream 2 and 3 specifications.
Also, a simple callback-based API is always provided for convenience.
Each package is fully compatible with the Node.js stream 2 and 3 specifications. Also, a simple callback-based API is always provided for convenience.

@@ -77,4 +73,3 @@ ## Sample

This parent project doesn't have tests itself but instead delegates the
tests to its child projects.
This parent project doesn't have tests itself but instead delegates the tests to its child projects.

@@ -94,7 +89,1 @@ Read the documentation of the child projects for additional information.

* Mat Holt "PapaParse": <https://github.com/mholt/PapaParse>
[travis]: https://travis-ci.org/
[travis-csv-generate]: http://travis-ci.org/adaltas/node-csv-generate
[travis-csv-parse]: http://travis-ci.org/adaltas/node-csv-parse
[travis-stream-transform]: http://travis-ci.org/adaltas/node-stream-transform
[travis-csv-stringify]: http://travis-ci.org/adaltas/node-csv-stringify
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