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 1.0.1 to 1.0.2

8

index.js
/*
* Vue FilePond 1.0.1
* Vue FilePond 1.0.2
* Licensed under MIT, https://opensource.org/licenses/MIT

@@ -81,3 +81,2 @@ * Please visit https://pqina.nl/filepond for details.

register(...plugins);
// update props

@@ -135,6 +134,9 @@ update();

// Scoop up attributes that might not have been caught by Vue ( because the props object is extended dynamically )
const attrs = Object.assign({}, this.$attrs);
// Create our pond
this._pond = create(
this._element,
Object.assign(options, this.$options.propsData)
Object.assign(options, attrs, this.$options.propsData)
);

@@ -141,0 +143,0 @@

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

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

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