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.2.8 to 0.2.9

2

lib/transformer.js

@@ -164,3 +164,3 @@ // Generated by CoffeeScript 1.4.0

finish = function(line) {
if (csv.state.count === 1 && csv.options.to.header === true) {
if (csv.options.to.header === true && (csv.state.count - self.running) === 1) {
self.headers();

@@ -167,0 +167,0 @@ }

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

@@ -5,0 +5,0 @@ "homepage": "http://www.adaltas.com/projects/node-csv/",

Sorry, the diff of this file is not supported yet

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