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

fastify-accepts

Package Overview
Dependencies
Maintainers
8
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-accepts - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

index.d.ts

@@ -5,7 +5,7 @@ import { Accepts } from "accepts"

declare module "fastify" {
interface FastifyRequestInterface extends Accepts {
interface FastifyRequest extends Accepts {
accepts(): Accepts
}
interface FastifyReplyInterface {
interface FastifyReply {
requestAccepts(): Accepts

@@ -12,0 +12,0 @@ requestCharset: Accepts["charset"]

{
"name": "fastify-accepts",
"version": "2.0.0",
"version": "2.0.1",
"description": "Add accept parser to fastify",

@@ -8,4 +8,4 @@ "main": "index.js",

"@types/accepts": "^1.3.5",
"@types/node": "^13.1.8",
"fastify": "^3.0.0-rc.1",
"@types/node": "^14.0.1",
"fastify": "^3.0.0-rc.4",
"pre-commit": "^1.2.2",

@@ -12,0 +12,0 @@ "request": "^2.88.0",

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