🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

fastify-simple-form

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-simple-form - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"name": "fastify-simple-form",
"version": "1.0.0",
"version": "1.0.1",
"description": "Adds content type parser for the application/x-www-form-urlencoded and multipart/form-data content types",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,2 +17,9 @@ # fastify-simple-form

## TypeScript
Although this package includes typings for the plugin itself, you must install ones for node.js and busboy manually:
```
npm install @types/node @types/busboy --save-dev
```
## Usage & Options

@@ -19,0 +26,0 @@