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

@fastify/formbody

Package Overview
Dependencies
Maintainers
19
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/formbody - npm Package Compare versions

Comparing version 7.2.0 to 7.3.0

2

formbody.js
'use strict'
const fp = require('fastify-plugin')
const { parse } = require('querystring')
const { parse } = require('fast-querystring')

@@ -6,0 +6,0 @@ function defaultParser (str) {

{
"name": "@fastify/formbody",
"version": "7.2.0",
"version": "7.3.0",
"description": "A module for Fastify to parse x-www-form-urlencoded bodies",

@@ -43,2 +43,3 @@ "main": "formbody.js",

"dependencies": {
"fast-querystring": "^1.0.0",
"fastify-plugin": "^4.0.0"

@@ -45,0 +46,0 @@ },

@@ -60,3 +60,3 @@ # @fastify/formbody

whatever is configured in
[fastify](https://github.com/fastify/fastify/blob/master/docs/Factory.md#bodylimit)
[fastify](https://github.com/fastify/fastify/blob/main/docs/Reference/Server.md#bodylimit)
(`1048576` by default).

@@ -63,0 +63,0 @@ + `parser`: The default parser used is the querystring.parse built-in. You can change this default by passing a parser function e.g. `fastify.register(require('@fastify/formbody'), { parser: str => myParser(str) })`

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