@fastify/accepts-serializer
Advanced tools
Comparing version 4.0.1 to 5.0.0
@@ -68,4 +68,4 @@ 'use strict' | ||
module.exports = fp(acceptsSerializerPlugin, { | ||
fastify: '>=3.x', | ||
name: 'fastify-accepts-serializer' | ||
fastify: '4.x', | ||
name: '@fastify/accepts-serializer' | ||
}) |
{ | ||
"name": "@fastify/accepts-serializer", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "Serializer according to the accept header", | ||
@@ -24,5 +24,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"fastify": "^3.0.0", | ||
"@fastify/pre-commit": "^2.0.2", | ||
"fastify": "^4.0.0-rc.2", | ||
"msgpack5": "^6.0.0", | ||
"pre-commit": "^1.2.2", | ||
"protobufjs": "^6.10.2", | ||
@@ -35,3 +35,3 @@ "snazzy": "^9.0.0", | ||
"dependencies": { | ||
"@fastify/accepts": "^3.0.0", | ||
"@fastify/accepts": "^4.0.0", | ||
"fastify-plugin": "^3.0.0" | ||
@@ -38,0 +38,0 @@ }, |
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
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
22042
+ Added@fastify/accepts@4.3.0(transitive)
+ Addedfastify-plugin@4.5.1(transitive)
- Removed@fastify/accepts@3.0.0(transitive)
Updated@fastify/accepts@^4.0.0