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

2

lib/index.js

@@ -208,3 +208,3 @@ // Generated by CoffeeScript 1.10.0

} else {
this.emit('error', Error("Number of columns is inconsistent on line " + (this.lines + 1)));
this.emit('error', Error("Number of columns is inconsistent on line " + this.lines));
}

@@ -211,0 +211,0 @@ }

@@ -27,3 +27,3 @@ // Generated by CoffeeScript 1.10.0

parser.__write(data, false);
if (data.end) {
if (data instanceof Buffer) {
parser.__write(data.end(), true);

@@ -30,0 +30,0 @@ }

{
"version": "1.1.0",
"version": "1.1.1",
"name": "csv-parse",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc