Socket
Socket
Sign inDemoInstall

csv2json-convertor

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

.npmignore

2

csvtojson.js

@@ -59,3 +59,3 @@ //csv2json node module

// value without quotes
while (c != EOF && c != delimeter && c!= new_line && c != ' ' && c != '\t' && c != '\r') {
while (c != EOF && c != delimeter && c!= new_line && c != '\t' && c != '\r') {
value += c;

@@ -62,0 +62,0 @@ c = data.charAt(++i);

{
"name": "csv2json-convertor",
"version": "1.1.0",
"version": "1.2.0",
"description": "node module to convert csv files to JSON data object",

@@ -5,0 +5,0 @@ "main": "csvtojson.js",

@@ -0,0 +0,0 @@ var csv2json=require('./csvtojson');

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc