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

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 1.1.0 to 1.1.1

4

package.json
{
"name": "csv",
"version": "1.1.0",
"version": "1.1.1",
"description": "CSV parser with simple api, full of options and tested against large datasets.",

@@ -23,3 +23,3 @@ "keywords": ["node", "csv", "tsv", "parser", "parse", "stringifier", "stringify"],

"csv-generate": "^1.0.0",
"csv-parse": "^1.1.0",
"csv-parse": "^1.2.0",
"stream-transform": "^0.1.0",

@@ -26,0 +26,0 @@ "csv-stringify": "^1.0.0"

@@ -38,3 +38,3 @@

The full documentation for the current version 0.4 is available [here][new_doc] while the
The full documentation for the current versionis available [here][new_doc] while the
previous documentation is still available [here][old_doc].

@@ -122,3 +122,3 @@

}))
.pipe(csv.stringify ())
.pipe(csv.stringify())
.pipe(process.stdout);

@@ -125,0 +125,0 @@ ```

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