@fastify/formbody
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14473
85
1