csv-streamify
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -155,3 +155,3 @@ 'use strict' | ||
try { | ||
if (state._line.length) emitLine(this) | ||
if (state._line.length || state._field) emitLine(this) | ||
if (opts.cb) opts.cb(null, state.body) | ||
@@ -158,0 +158,0 @@ fn() |
{ | ||
"name": "csv-streamify", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Streaming CSV Parser. Made entirely out of streams.", | ||
@@ -30,3 +30,4 @@ "author": "Clemens Stolle", | ||
"mocha": "^2.3.3", | ||
"standard": "^5.3.1" | ||
"standard": "^5.3.1", | ||
"string-to-stream": "^1.0.1" | ||
}, | ||
@@ -33,0 +34,0 @@ "engines": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10475
0
4