Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rs-csv2json

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rs-csv2json - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

lib/cjs/index.d.ts

30

package.json
{
"name": "rs-csv2json",
"version": "1.0.1",
"version": "1.1.0",
"description": "Converts CSV files to JSON files",
"main": "./src/index.js",
"keywords": [
"csv",
"csv parser",
"parse csv",
"csvtojson",
"json",
"csv to json",
"csv convert",
"tojson",
"convert csv to json",
"csv-json"
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
"lib/"
],
"scripts": {
"start": "node ./src/demo.js",
"start": "npm run bundle && node ./src/demo.js",
"bundle": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"bundle:esm": "tsc -p tsconfig.json",
"bundle:cjs": "tsc -p tsconfig-cjs.json",
"prepublish": "npm run bundle",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -21,4 +41,6 @@ },

"dependencies": {
"csvtojson": "^2.0.10"
"@types/node": "^18.0.4",
"csvtojson": "^2.0.10",
"typescript": "^4.7.4"
}
}
input/demo.csv
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