Socket
Socket
Sign inDemoInstall

@fastify/formbody

Package Overview
Dependencies
1
Maintainers
18
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

2

formbody.js

@@ -30,4 +30,4 @@ 'use strict'

module.exports = fp(formBodyPlugin, {
fastify: '^4.0.0',
fastify: '4.x',
name: '@fastify/formbody'
})
{
"name": "@fastify/formbody",
"version": "7.0.0",
"version": "7.0.1",
"description": "A module for Fastify to parse x-www-form-urlencoded bodies",

@@ -35,3 +35,3 @@ "main": "formbody.js",

"codecov": "^3.7.2",
"fastify": "^4.0.0-rc.2",
"fastify": "^4.0.0-rc.3",
"pre-commit": "^1.2.2",

@@ -38,0 +38,0 @@ "qs": "^6.5.1",

@@ -7,4 +7,2 @@ # @fastify/formbody

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![codecov](https://codecov.io/gh/fastify/fastify-formbody/branch/master/graph/badge.svg)](https://codecov.io/gh/fastify/fastify-formbody)
[![Known Vulnerabilities](https://snyk.io/test/github/fastify/fastify-formbody/badge.svg)](https://snyk.io/test/github/fastify/fastify-formbody)

@@ -11,0 +9,0 @@ A simple plugin for [Fastify][fastify] that adds a content type parser for

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