csv-streamify
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -0,1 +1,6 @@ | ||
3.0.4 / 2016-05-24 | ||
================== | ||
* ensure compatibility with newer node version | ||
3.0.3 / 2015-11-26 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -15,3 +15,3 @@ 'use strict' | ||
opts.newline = opts.newline || '\n' | ||
opts.quote = opts.quote || '\"' | ||
opts.quote = opts.quote || '"' | ||
opts.empty = opts.hasOwnProperty('empty') ? opts.empty : '' | ||
@@ -18,0 +18,0 @@ opts.objectMode = opts.objectMode || false |
{ | ||
"name": "csv-streamify", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Streaming CSV Parser. Made entirely out of streams.", | ||
@@ -25,3 +25,3 @@ "author": "Clemens Stolle", | ||
"dependencies": { | ||
"through2": "^2.0.0" | ||
"through2": "2.0.1" | ||
}, | ||
@@ -31,3 +31,3 @@ "devDependencies": { | ||
"mocha": "^2.3.3", | ||
"standard": "^5.3.1", | ||
"standard": "^7.1.0", | ||
"string-to-stream": "^1.0.1" | ||
@@ -34,0 +34,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
csv-streamify [![Build Status](https://travis-ci.org/klaemo/csv-stream.png)](https://travis-ci.org/klaemo/csv-stream) | ||
csv-streamify [![Build Status](https://travis-ci.org/klaemo/csv-stream.svg?branch=master)](https://travis-ci.org/klaemo/csv-stream) | ||
=== | ||
@@ -8,3 +8,3 @@ [![NPM](https://nodei.co/npm/csv-streamify.png?downloadRank=true)](https://nodei.co/npm/csv-streamify/) | ||
Works in node `0.12`, `iojs` and `node 4.x`. Might work in node `0.10`, but is not tested in it. | ||
Works in node `0.12`, `4`, `5` and `6`. Might work in node `0.10`, but is not tested in it. | ||
@@ -11,0 +11,0 @@ ## Installation |
11280
+ Addedprocess-nextick-args@1.0.7(transitive)
+ Addedreadable-stream@2.0.6(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedthrough2@2.0.1(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedthrough2@2.0.5(transitive)
Updatedthrough2@2.0.1