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

sv

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sv - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "sv",
"version": "0.4.1",
"version": "0.4.2",
"description": "Any separated values.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -93,3 +93,3 @@ "use strict";

// assume minimal quoting (don't quote unless the cell contains the delimiter)
var value = object[j].toString();
var value = String(object[j]);
var contains_newline = value.indexOf('\n') > -1 || value.indexOf('\r') > -1;

@@ -96,0 +96,0 @@ var contains_quotechar = value.indexOf(this.config.quotechar) > -1;

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