csv-string
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -26,3 +26,2 @@ 'use strict'; | ||
var csv = new Parser(this.buffer, this.sep, this.quo); | ||
@@ -35,3 +34,5 @@ var rows = csv.File(); | ||
else { | ||
rows.pop(); | ||
if (csv.pointer === this.buffer.length) { | ||
rows.pop(); | ||
} | ||
this.buffer = this.buffer.slice(csv.linePointer); | ||
@@ -38,0 +39,0 @@ } |
{ | ||
"name": "csv-string", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28384
716