Socket
Socket
Sign inDemoInstall

csv-parse

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-parse - npm Package Compare versions

Comparing version 5.5.2 to 5.5.3

13

lib/index.js

@@ -36,5 +36,12 @@

this.end();
this.destroy();
// Note 231005, end wasnt used and destroy was called as:
// this.on('end', this.destroy);
// Fix #333 and break #410
// ko: api.stream.iterator.coffee
// ko with v21.4.0, ok with node v20.5.1: api.stream.finished # aborted (with generate())
// ko: api.stream.finished # aborted (with Readable)
// this.destroy()
// Fix #410 and partially break #333
// ok: api.stream.iterator.coffee
// ok: api.stream.finished # aborted (with generate())
// broken: api.stream.finished # aborted (with Readable)
this.on('end', this.destroy);
});

@@ -41,0 +48,0 @@ if(err !== undefined){

{
"version": "5.5.2",
"version": "5.5.3",
"name": "csv-parse",

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

"tsv",
"stream"
"stream",
"backend",
"frontend"
],

@@ -70,3 +72,3 @@ "author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",

"coffeescript": "^2.7.0",
"csv-generate": "^4.3.0",
"csv-generate": "^4.3.1",
"csv-spectrum": "^1.0.0",

@@ -81,3 +83,3 @@ "each": "^2.4.0",

"should": "^13.2.3",
"stream-transform": "^3.2.10",
"stream-transform": "^3.3.0",
"ts-node": "^10.9.1",

@@ -122,3 +124,3 @@ "typescript": "^5.2.2"

"test": "mocha 'test/**/*.{coffee,ts}'",
"test:legacy": "mocha --ignore test/api.web_stream.coffee --ignore test/api.stream.finished.coffee --ignore test/option.to_line.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
"test:legacy": "mocha --ignore test/api.web_stream.coffee --ignore test/api.stream.finished.coffee --ignore test/api.stream.iterator.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
},

@@ -143,3 +145,3 @@ "type": "module",

},
"gitHead": "79939aee56c467ab8f866eac3ebc591279b2f6f2"
"gitHead": "a312a7c4cc8a58cefdaa16cb1ddbf14bf047c4b9"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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