Socket
Socket
Sign inDemoInstall

react-json-to-csv

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

4

dist/index.js

@@ -21,3 +21,3 @@ 'use strict';

var Json2Csv = function Json2Csv(props) {
var CsvDownload = function CsvDownload(props) {
var data = props.data,

@@ -35,2 +35,2 @@ filename = props.filename,

};
exports.default = Json2Csv;
exports.default = CsvDownload;
{
"name": "react-json-to-csv",
"version": "1.0.2",
"version": "1.0.3",
"description": "A react button component to easily generate csv downloads of your json data.",

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

@@ -30,6 +30,6 @@ # ⌗ react-json-to-csv

```jsx
import Csv2Json from 'react-json-to-csv'
import CsvDownload from 'react-json-to-csv'
...
<Csv2Json data={mockData} />
<CsvDownload data={mockData} />
```

@@ -36,0 +36,0 @@

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