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

vue-json-to-csv-async

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-json-to-csv-async - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "vue-json-to-csv-async",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Vue.js 2 component to transform and download a json in csv format. It also accepts promises as value.",

@@ -5,0 +5,0 @@ "main": "dist/vue-json-to-csv.js",

@@ -1,2 +0,2 @@

# vue-json-to-csv
# vue-json-to-csv-async

@@ -7,3 +7,3 @@ A Vue.js 2 component to transform and download a json in csv format [https://github.com/nemanjagajic/vue-json-to-csv](https://github.com/nemanjagajic/vue-json-to-csv)

`npm install --save vue-json-to-csv` or use `dist/vue-json-to-csv.min.js`
`npm install --save vue-json-to-csv-async` or `yarn add vue-json-to-csv-async`

@@ -16,5 +16,11 @@

```javascript
import VueJsonToCsv from 'vue-json-to-csv'
import VueJsonToCsv from 'vue-json-to-csv-async'
```
If you just want to use component
```javascript
import VueJsonToCsv from 'vue-json-to-csv-async/src/JsonToCsv'
```
For standalone usage:

@@ -21,0 +27,0 @@

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