New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

csv-streamify

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-streamify - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

5

CHANGELOG.md

@@ -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 @@ ==================

2

csv-streamify.js

@@ -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

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