Socket
Socket
Sign inDemoInstall

svelte-csv

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-csv - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

dist/svelte-csv.es.js

13

package.json
{
"name": "svelte-csv",
"version": "1.2.2",
"version": "1.2.3",
"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.",

@@ -15,5 +15,10 @@ "author": "Bunlong",

"homepage": "https://github.com/Bunlong/svelte-csv",
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"type": "module",
"exports": {
"import": "./dist/svelte-csv.es.js",
"require": "./dist/svelte-csv.js"
},
"svelte": "src/svelte-csv.js",
"module": "dist/svelte-csv.es.js",
"main": "dist/svelte-csv.js",
"scripts": {

@@ -20,0 +25,0 @@ "dev": "rollup -c -w",

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