Socket
Socket
Sign inDemoInstall

multiple-csv-merge-to-json

Package Overview
Dependencies
6
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

dist/index.js

@@ -31,3 +31,3 @@ "use strict";

const encoding = options.encoding || DEFAULT_FILE_ENCODING;
const data = yield (0, fs_1.readFileSync)(`${options.outputDir}/${options.outputFileName}`, encoding);
const data = yield (0, fs_1.readFileSync)(`${options.outputDir}/${options.outputFileName}.json`, encoding);
if (typeof data === "string")

@@ -34,0 +34,0 @@ return JSON.parse(data);

{
"name": "multiple-csv-merge-to-json",
"version": "0.0.1",
"version": "0.0.2",
"description": "Merge multiple CSV files and output to JSON file",

@@ -5,0 +5,0 @@ "main": "dist/index.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