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 1.1.9 to 1.1.10

2

lib/index.js

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

rtrimed = false;
if (rtrim && !this.closingQuote) {
if (rtrim && !this.closingQuote && !isDelimiter) {
this.field = this.field.trimRight();

@@ -528,0 +528,0 @@ rtrimed = true;

{
"version": "1.1.9",
"version": "1.1.10",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc