New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

convert-csv-to-json

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-csv-to-json - npm Package Compare versions

Comparing version 0.0.15 to 1.0.0

.github/workflows/nodejs.yml

2

index.js

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

exports.csvStringToJson = function(csvString) {
return csvStringToJson(csvString);
return csvToJson.csvStringToJson(csvString);
};

@@ -54,0 +54,0 @@

{
"name": "convert-csv-to-json",
"version": "0.0.15",
"version": "1.0.0",
"description": "Convert CSV to JSON",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,2 +18,3 @@ # CSVtoJSON

1. [License](#license)
1. [Buy me a Coffee](#buy-me-a-coffee)

@@ -142,1 +143,5 @@

CSVtoJSON is licensed under the GNU General Public License v3.0 [License](LICENSE).
## Buy me a Coffee
Just if you want to support this repository:
* **BTC** tip address: 3KCCK292a61AHrKuVCFZ8Agr3j31Zw8Mzg

Sorry, the diff of this file is not supported yet

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