Socket
Socket
Sign inDemoInstall

csv

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

test/header.coffee

6

lib/csv.js

@@ -322,5 +322,2 @@ // Module CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)

function flush(){
if(state.count === 0 && csv.writeOptions.header === true){
write(csv.writeOptions.columns || csv.readOptions.columns);
}
if(csv.readOptions.columns){

@@ -341,2 +338,5 @@ if(state.count === 0 && csv.readOptions.columns === true){

}
if(state.count === 0 && csv.writeOptions.header === true){
write(csv.writeOptions.columns || csv.readOptions.columns);
}
var line;

@@ -343,0 +343,0 @@ if(csv.transformer){

{
"name": "csv",
"version": "0.0.12",
"version": "0.0.13",
"description": "CSV parser with simple api, full of options and tested against large datasets.",

@@ -5,0 +5,0 @@ "author": "David Worms <david@adaltas.com>",

Sorry, the diff of this file is not supported yet

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