Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.17 to 0.0.18

2

lib/csv.js

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

}
console.log('quoted', csv.writeOptions.quoted);
if(containsQuote || containsdelimiter || containsLinebreak || csv.writeOptions.quoted){

@@ -449,0 +449,0 @@ field = (csv.writeOptions.quote || csv.readOptions.quote) + field + (csv.writeOptions.quote || csv.readOptions.quote);

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

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

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