csv-to-js-parser
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package