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

@felvin-community/csv-to-json

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@felvin-community/csv-to-json - npm Package Compare versions

Comparing version 1.56.0 to 1.61.0

2

package.json
{
"name": "@felvin-community/csv-to-json",
"version": "1.56.0",
"version": "1.61.0",
"license": "MIT",

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

@@ -104,3 +104,4 @@ import { Breakpoints, matchTriggerQueries } from "@felvin-search/core";

function Component() {
const [csvData, setCSVData] = useState();
const defaultData = "FirstName,LastName\nJohn,Doe"
const [csvData, setCSVData] = useState(defaultData);
const [copy, setCopy] = useState(false);

@@ -134,3 +135,3 @@ const [jsonData, setJSONData] = useState();

id="csv-textarea"
placeholder="Paste CSV here"
defaultValue={defaultData}
onChange={(e) => setCSVData(e.target.value)}

@@ -137,0 +138,0 @@ />

Sorry, the diff of this file is too big to display

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