Socket
Socket
Sign inDemoInstall

vue-json-excel3

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-json-excel3 - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

2

package.json
{
"name": "vue-json-excel3",
"version": "1.0.17",
"version": "1.0.18",
"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",

@@ -55,3 +55,3 @@ [![npm](https://img.shields.io/npm/dt/vue-json-excel3.svg)](https://www.npmjs.com/package/vue-json-excel3)

| export-fields (exportFields) | Object | Used to fix the problem with other components that use the variable fields, like vee-validate. exportFields works exactly like fields |
| type | string | Mime type [xls, csv] | xls |
| type | string | Mime type [xlsx, xls, csv] | xls |
| name | string | File name to export. | data.xls |

@@ -58,0 +58,0 @@ | header | string/Array | Title(s) for the data. Can be a string (one title) or an array of strings (multiple titles). |

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