🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

csv2file

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv2file - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
bin/csv2file

Sorry, the diff of this file is not supported yet

+5
-1

@@ -5,3 +5,3 @@ {

"author": "jinkwon.lee <uzmystic@gmail.com>",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",

@@ -24,3 +24,7 @@ "files": [

"mustache": "2.3.0"
},
"preferGlobal": true,
"bin": {
"csv2file": "./bin/csv2file"
}
}