New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-json-to-csv

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.1 to 1.0.2

5

package.json
{
"name": "vue-json-to-csv",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Vue.js 2 component to transform and download a json in csv format",

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

},
"dependencies": {
"vue-cli": "^2.9.6"
},
"jest": {

@@ -51,0 +48,0 @@ "collectCoverage": true,

17

readme.md
# vue-json-to-csv
A Vue.js 2 component to transform and download a json in csv format
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/)

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

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

@@ -29,3 +33,3 @@

## Sample 1
## Sample 1 (simple use)

@@ -50,3 +54,3 @@ Simple usage: will generate a default button. The csv will include all the labels (name, surname) and the data

## Sample 2
## Sample 2 (filter labels)

@@ -75,5 +79,5 @@ Selected labels with custom csv title: will generate a custom button as defined at the slot. The csv will include only the "name" label with the "First name" title and the relevant data.

## Sample 3
## Sample 3 (handle success/error, custom button)
Handle success/error: use of custom methods on success or error.
Handle success/error with custom button: use of custom methods on success or error.

@@ -87,2 +91,5 @@ ```html

@error="val => handleError(val)">
<button class="button__custom">
<b>My custom button</b>
</button>
</vue-json-to-csv>

@@ -89,0 +96,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