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

fastify-accepts-serializer

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-accepts-serializer - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

2

index.js

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

module.exports = fp(acceptsSerializerPlugin, {
fastify: '^1.10.0',
fastify: '>=2.x',
name: 'fastify-accepts-serializer'
})
{
"name": "fastify-accepts-serializer",
"version": "1.0.2",
"version": "2.0.0",
"description": "Serializer according to the accept header",

@@ -22,3 +22,3 @@ "main": "index.js",

"devDependencies": {
"fastify": "^1.10.0",
"fastify": "next",
"msgpack5": "^4.2.1",

@@ -25,0 +25,0 @@ "pre-commit": "^1.2.2",

@@ -5,4 +5,6 @@ # fastify-accepts-serializer

Serializer according to the `Accept` header. Supports Fastify versions `^1.10.0`
Serializer according to the `Accept` header. Supports Fastify versions `>=2.0.0`
Please refer to [this branch](https://github.com/fastify/fastify-accepts-serializer/tree/1.x) and related versions for Fastify ^1.10.0 compatibility.
## Install

@@ -9,0 +11,0 @@ ```sh

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