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.1 to 1.0.2

2

package.json
{
"name": "vue-json-to-csv-async",
"version": "1.0.1",
"version": "1.0.2",
"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",

# vue-json-to-csv
A Vue.js 2 component to transform and download a json in csv format [https://angeliquekom.github.io/vue-json-to-csv.github.io/](https://angeliquekom.github.io/vue-json-to-csv.github.io/)
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)

@@ -9,6 +9,3 @@ ## Installation

## Demo
[Demo](https://angeliquekom.github.io/vue-json-to-csv.github.io/)
## Usage

@@ -44,2 +41,10 @@

```
If you want, you can pass a promise which will resolve array instead of just passing plain array
```html
<vue-json-to-csv :json-data-generator="getItemsToExport">
</vue-json-to-csv>
```
#### Result csv

@@ -46,0 +51,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