New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

filepond

Package Overview
Dependencies
Maintainers
1
Versions
213
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.8.0

Diff

Changelog

Source

3.8.0

  • Add forceRevert option, set to true to force a revert action to finish before continuing.
pqina
published 3.7.7 •

Changelog

Source

3.7.7

  • Improve onlistupdate event so it can be better synced with adapter components.
pqina
published 3.7.6 •

Changelog

Source

3.7.6

  • Switched browse text underline to text-decoration-skip-ink: auto instead of text-decoration-skip: ink to prevent eslint warnings.
pqina
published 3.7.5 •

Changelog

Source

3.7.5

  • Fix problem where calling processFiles without arguments would re-process already processed files.
pqina
published 3.7.4 •

Changelog

Source

3.7.4

  • Fix problem where subsequent calls to processFile would not automatically revert an uploaded file or abort an active upload.
pqina
published 3.7.3 •

Changelog

Source

3.7.3

  • Fix problem where upload complete indicator would not show when image preview was active.
pqina
published 3.7.2 •

Changelog

Source

3.7.2

  • Expose createItemAPI to plugins.
pqina
published 3.7.1 •

Changelog

Source

3.7.1

  • Fix problem where URLs would immidiately be in processed state.
pqina
published 3.7.0 •

Changelog

Source

3.7.0

  • Add maxParallelUploads option to limit the amount of files being uploaded in parallel.
  • Add option to only fetch file head when downloading remote URLs. File is downloaded to the server and server sends a unique file id to the client. Set server.fetch.method to 'HEAD' the server needs to repond with custom header X-Content-Transfer-Id and a unique id. See handle_fetch_remote_file in FilePond PHP Server for an example implementation.
pqina
published 3.6.0 •

Changelog

Source

3.6.0

  • Add support for uploading transform plugin variants.
  • Add server.process.ondata which allows adding entries to the formdata before it's sent to the server.
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