Socket
Socket
Sign inDemoInstall

csv-to-js-parser

Package Overview
Dependencies
0
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2 to 2.2.3

2

app.js

@@ -119,3 +119,3 @@ /*

let index = header.indexOf(key, 0);
if (index === -1) throw new Error('Cannnot find selected fileds in the header');
if (index === -1) throw new Error('Cannnot find selected fields in the header');
if (Number(description[key].group) > 0)

@@ -122,0 +122,0 @@ {

{
"name": "csv-to-js-parser",
"version": "2.2.2",
"version": "2.2.3",
"description": "Converting csv data into array of JavaScript objects. This module can group input data.",

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

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