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.0 to 3.0.1

2

csv-streamify.js

@@ -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": {

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