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

formidable

Package Overview
Dependencies
Maintainers
10
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formidable - npm Package Versions

23
8

3.5.2

Diff

Changelog

Source

3.5.2

  • fix: (#982) make it easier to import hexoid with webpack
grossacasacs
published 3.5.1 •

Changelog

Source

3.5.1

  • fix: (#945) multipart parser fix: flush or fail always (don't hang)
grossacasacs
published 3.5.0 •

Changelog

Source

3.5.0

  • feature: (#944) Dual package: Can be imported as ES module and required as commonjs module
grossacasacs
published 3.4.0 •

Changelog

Source

3.4.0

  • feature: (#940) form.parse returns a promise if no callback is provided
  • it resolves with an array [fields, files]
grossacasacs
published 3.3.2 •

Changelog

Source

3.3.2

  • feature: (#855) add options.createDirsFromUploads, see README for usage
  • form.parse is an async function (ignore the promise)
  • benchmarks: add e2e becnhmark with as many request as possible per second
    • npm run to display all the commands
  • mark as latest on npm
tunnckocore
published 2.1.2 •

tunnckocore
published 2.1.1 •

tunnckocore
published 2.1.0 •

grossacasacs
published 3.2.5 •

Changelog

Source

3.2.5

  • fix: (#881) fail earlier when maxFiles is exceeded
grossacasacs
published 3.2.4 •

Changelog

Source

3.2.4

  • fix: (#857) improve keep extension
  • The code from before 3.2.4 already removed some characters from the file extension. But not always. So it was inconsistent.
  • The new code cuts the file extension at the first invalid character (invalid in a file extension).
  • The characters that are considered invalid inside a file extension are all except the . numbers and a-Z.
  • This change only has an effect if filename option is not used and keepextension option is used
23
8
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