Socket
Socket
Sign inDemoInstall

vue-json-excel3

Package Overview
Dependencies
1
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "vue-json-excel3",
"version": "0.0.1",
"version": "0.0.2",
"description": "Download your JSON as an excel or CSV file directly from the browser",

@@ -5,0 +5,0 @@ "main": "dist/vue-json-excel.umd.js",

@@ -38,3 +38,3 @@ # JSON to Excel for VUE 3

| Name | Type | Description | Default |
| :--------------------------- | :----------: | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: |
|:-----------------------------| :----------: |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| :------: |
| data | Array | Data to be exported. |

@@ -55,2 +55,3 @@ | fields | Object | Fields inside the JSON Object that you want to export. If none provided, all properties in the JSON will be exported. |

| escapeCsv | Boolean | This escapes CSV values in order to fix some excel problems with number fields. But this will wrap every csv data with **="** and **"**, to avoid that you have to set this prop to false. default: True |
| emitBlob | Boolean | This will emmit the blob data. default: False |

@@ -57,0 +58,0 @@ ## Example

Sorry, the diff of this file is not supported yet

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