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

vue-filepond

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-filepond - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

10

CHANGELOG.md
# Changelog
## 6.0.1
- Fix TypeScript issue with `vueFilePond()` call
## 6.0.0
- Add TypeScript Types
## 5.1.3

@@ -4,0 +14,0 @@

4

dist/vue-filepond.esm.js
/*!
* vue-filepond v6.0.0
* vue-filepond v6.0.1
* A handy FilePond adapter component for Vue
*
* Copyright (c) 2019 PQINA
* Copyright (c) 2020 PQINA
* https://pqina.nl/filepond

@@ -7,0 +7,0 @@ *

/*!
* vue-filepond v6.0.0
* vue-filepond v6.0.1
* A handy FilePond adapter component for Vue
*
* Copyright (c) 2019 PQINA
* Copyright (c) 2020 PQINA
* https://pqina.nl/filepond

@@ -7,0 +7,0 @@ *

/*!
* vue-filepond v6.0.0
* vue-filepond v6.0.1
* A handy FilePond adapter component for Vue
*
* Copyright (c) 2019 PQINA
* Copyright (c) 2020 PQINA
* https://pqina.nl/filepond

@@ -7,0 +7,0 @@ *

{
"name": "vue-filepond",
"version": "6.0.0",
"version": "6.0.1",
"description": "A handy FilePond adapter component for Vue",

@@ -5,0 +5,0 @@ "homepage": "https://pqina.nl/filepond",

@@ -28,4 +28,4 @@ // TypeScript Version: 3.6

declare const VueFilePond: (plugins?: any[]) => ComponentOptions<any, VueFilePondInstanceMethods, any, VueFilepondProps>
declare const VueFilePond: (plugins?: any) => ComponentOptions<any, VueFilePondInstanceMethods, any, VueFilepondProps>
export default VueFilePond;
export default VueFilePond;
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