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.1.6 to 0.1.7

2

libs/core/csvConverter.js

@@ -43,3 +43,3 @@ module.exports=csvAdv;

csvAdv.prototype._rowProcess=function(row,index,resultRow){
for (var i=0;i<parseRules.length;i++){
for (var i=0;i<this.parseRules.length;i++){
var item=row[i];

@@ -46,0 +46,0 @@ var parser=this.parseRules[i];

@@ -17,3 +17,3 @@ {

],
"version":"0.1.6",
"version":"0.1.7",
"dependencies":{

@@ -20,0 +20,0 @@ "express":"3.4.4",

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