Socket
Socket
Sign inDemoInstall

formidable

Package Overview
Dependencies
5
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1-canary.20211030 to 3.1.2-canary.20211030

VERSION_NOTES.md

7

package.json
{
"name": "formidable",
"version": "3.1.1-canary.20211030",
"version": "3.1.2-canary.20211030",
"license": "MIT",

@@ -15,7 +15,8 @@ "description": "A node.js module for parsing form data, especially file uploads.",

"LICENSE",
"README.md"
"README.md",
"VERSION_NOTES.md"
],
"publishConfig": {
"access": "public",
"tag": "3.x"
"tag": "v3"
},

@@ -22,0 +23,0 @@ "scripts": {

@@ -18,3 +18,3 @@ <p align="center">

documents.<br /> For bugs reports and feature requests, [please create an
issue][open-issue-url] or ping [@tunnckoCore](https://twitter.com/tunnckoCore)
issue][open-issue-url] or ping [@tunnckoCore / @3a1FcBx0](https://twitter.com/3a1FcBx0)
at Twitter.

@@ -43,4 +43,6 @@

## Status: Maintained [![npm version][npmv-canary-img]][npmv-url]
## Project Status: Maintained
_Check [VERSION NOTES](https://github.com/node-formidable/formidable/blob/master/VERSION_NOTES.md) for more information on v1, v2, and v3 plans, NPM dist-tags and branches._
This module was initially developed by

@@ -59,9 +61,2 @@ [**@felixge**](https://github.com/felixge) for

_**Note:** The github `master` branch is a "canary" branch - try it with
`npm i formidable@canary`. Do not expect (for now) things from it to be inside
the`latest` "dist-tag" in the Npm. The`formidable@latest`is the`v1.2.1` version
and probably it will be the last`v1` release!_
_**Note: v2 is coming soon!**_
## Highlights

@@ -83,6 +78,9 @@

This is a low-level package, and if you're using a high-level framework it _may_
already be included. Check the examples below and the [examples/](https://github.com/node-formidable/formidable/tree/master/examples) folder.
```sh
# v2
npm install formidable
# or the canary version
npm install formidable@canary
## 3.x

@@ -92,13 +90,10 @@ npm install formidable@3.x

or with Yarn v1/v2
```sh
yarn add formidable
# or the canary version
yarn add formidable@canary
# or v3
npm install formidable@v3
```
This is a low-level package, and if you're using a high-level framework it _may_
already be included. Check the examples below and the `examples/` folder.
_**Note:** In near future v3 will be published on the `latest` NPM dist-tag. Future not ready releases will continue to be published on `canary` dist-tag._
## Examples

@@ -707,2 +702,3 @@

### Helpers

@@ -748,2 +744,6 @@

## Changelog
[./CHANGELOG.md](./CHANGELOG.md)
## Ports & Credits

@@ -833,4 +833,4 @@

[prs-welcome-url]: http://makeapullrequest.com
[twitter-url]: https://twitter.com/tunnckoCore
[twitter-img]: https://badgen.net/twitter/follow/tunnckoCore?icon=twitter&color=1da1f2&cache=300
[twitter-url]: https://twitter.com/3a1fcBx0
[twitter-img]: https://badgen.net/twitter/follow/3a1fcBx0?icon=twitter&color=1da1f2&cache=300

@@ -858,6 +858,6 @@ [npm-weekly-img]: https://badgen.net/npm/dw/formidable?icon=npm&cache=300

[linux-build-img]: https://badgen-net.charlike.now.sh/github/checks/node-formidable/formidable/master/ubuntu?cache=300&label=linux%20build&icon=github
[macos-build-img]: https://badgen-net.charlike.now.sh/github/checks/node-formidable/formidable/master/macos?cache=300&label=macos%20build&icon=github
[windows-build-img]: https://badgen-net.charlike.now.sh/github/checks/node-formidable/formidable/master/windows?cache=300&label=windows%20build&icon=github
[linux-build-img]: https://badgen.net/github/checks/node-formidable/formidable/master/ubuntu?cache=300&label=linux%20build&icon=github
[macos-build-img]: https://badgen.net/github/checks/node-formidable/formidable/master/macos?cache=300&label=macos%20build&icon=github
[windows-build-img]: https://badgen.net/github/checks/node-formidable/formidable/master/windows?cache=300&label=windows%20build&icon=github
[build-url]: https://github.com/node-formidable/formidable/actions?query=workflow%3Anodejs
<!-- prettier-ignore-end -->

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc