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

csvtojson

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csvtojson - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

2

libs/core/Converter.js

@@ -262,3 +262,3 @@ var util = require("util");

if (!utils.isToogleQuote(this._csvLineBuffer, this.param.quote)) { //if a complete record is in buffer.push to result
data = this._csvLineBuffer;
var data = this._csvLineBuffer;
this._csvLineBuffer = '';

@@ -265,0 +265,0 @@ lines.push(data);

@@ -21,3 +21,3 @@ {

],
"version": "0.5.6",
"version": "0.5.7",
"keywords": [

@@ -24,0 +24,0 @@ "csv",

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