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

filepond

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filepond - npm Package Versions

1
22

3.4.0

Diff

Changelog

Source

3.4.0

  • Add server.remove property, this property can be optionally set to a method to call when the remove button is tapped on a local file. This allows removing files from the server. Please note that allowing clients to remove files from the server is a potential security risk and requires extra caution.

By default the property is null. The advise is to not use this method and only make changes to the server after the parent form has been submitted. The form POST will contain all the loaded file names and relevant file data, it should be enough to determine the files to remove and the files to keep.

pqina
published 3.3.3 •

Changelog

Source

3.3.3

  • Fix filename matching of content-disposition header when the filename is not wrapped in quotes.
  • Fix problem where special characters in filename prevented a file from being added
pqina
published 3.3.2 •

Changelog

Source

3.3.2

  • Fix problem where revert call would revert wrong file item.
pqina
published 3.3.1 •

Changelog

Source

3.3.1

  • Fix problem where exceeding the max file limit would not throw an error
pqina
published 3.3.0 •

Changelog

Source

3.3.0

  • Add feature to silently update metadata so it doesn't trigger an update.
pqina
published 3.2.5 •

Changelog

Source

3.2.5

  • Fix issue where items would be removed before item sub views were all in rest state.
pqina
published 3.2.4 •

Changelog

Source

3.2.4

  • Fix problem where server side rendering would not work correctly.
pqina
published 3.2.3 •

Changelog

Source

3.2.3

  • Fix problem where beforeRemoveFile hook was not called when in instantUpload mode and reverting an upload.
pqina
published 3.2.2 •

Changelog

Source

3.2.2

  • Add preparations for queueing file processing.
  • Improve guards against errors when items are removed.
  • Improve alignment of drop label.
pqina
published 3.2.1 •

Changelog

Source

3.2.1

  • Group updateitems callback for better compatibility with React.
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