Socket
Socket
Sign inDemoInstall

svelte-csv

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

dist/index.js

42

package.json
{
"name": "svelte-csv",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "1.1.0",
"description": "svelte-csv is the fastest in-browser CSV (or delimited text) parser for Svelte. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.",
"author": "Bunlong",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Bunlong/svelte-csv.git"
},
"bugs": {
"url": "https://github.com/Bunlong/svelte-csv.git/issues"
},
"homepage": "https://github.com/Bunlong/svelte-csv",
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"author": "Bunlong",
"license": "ISC"
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"rollup": "^2.0.0",
"rollup-plugin-svelte": "^6.0.0",
"svelte": "^3.0.0"
},
"dependencies": {
"papaparse": "^5.3.0"
},
"keywords": [
"svelte",
"svelte-csv",
"csv"
],
"files": [
"src",
"dist"
]
}
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