Socket
Socket
Sign inDemoInstall

csv-array

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.17 to 0.0.18

2

csv-array.js

@@ -89,3 +89,3 @@ module.exports = {

for(var index=0; index<tempAttributeNameArrayLength; index++) {
tempObject[tempAttributeNameArray[index]] = dataArray[index];
tempObject[tempAttributeNameArray[index]] = ((typeof dataArray[index]!="undefined")?dataArray[index]:"");
}

@@ -92,0 +92,0 @@ return tempObject;

{
"name": "csv-array",
"version": "0.0.17",
"version": "0.0.18",
"description": "Intelligent CSV parser created and made for nodeJS. Which takes a csv file and produce an array from it.",

@@ -5,0 +5,0 @@ "main": "csv-array.js",

@@ -13,2 +13,3 @@ #csv-array

* Fixed a bug in file containg single coloumn
* Empty string if null

@@ -15,0 +16,0 @@

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