Socket
Socket
Sign inDemoInstall

fast-csv

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-csv - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

1

build/src/parser/CsvParserStream.js

@@ -85,3 +85,2 @@ "use strict";

if (!transformResult.isValid) {
this.rowCount -= 1;
this.emit('data-invalid', transformResult.row, nextRowCount, transformResult.reason);

@@ -88,0 +87,0 @@ }

4

History.md

@@ -0,1 +1,5 @@

# v3.2.0
* [FIXED] Invalid row index doesn't reflect original row count [#130](https://github.com/C2FO/fast-csv/issues/130) [#266](https://github.com/C2FO/fast-csv/pull/266) - [@chrwnsk](https://github.com/chrwnsk)
# v3.1.0

@@ -2,0 +6,0 @@

{
"name": "fast-csv",
"version": "3.1.0",
"version": "3.2.0",
"description": "CSV parser and writer",

@@ -5,0 +5,0 @@ "main": "./build/src/index.js",

@@ -109,3 +109,2 @@ import { NodeStringDecoder, StringDecoder } from 'string_decoder';

if (!transformResult.isValid) {
this.rowCount -= 1;
this.emit('data-invalid', transformResult.row, nextRowCount, transformResult.reason);

@@ -112,0 +111,0 @@ } else if (!transformResult.row) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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