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

@fastify/compress

Package Overview
Dependencies
Maintainers
18
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/compress - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

4

index.js

@@ -145,3 +145,3 @@ 'use strict'

.filter(encoding => opts.encodings.includes(encoding))
.sort((a, b) => opts.encodings.indexOf(a) - supportedEncodings.indexOf(b))
.sort((a, b) => opts.encodings.indexOf(a) - opts.encodings.indexOf(b))
: supportedEncodings

@@ -178,3 +178,3 @@

.filter(encoding => opts.requestEncodings.includes(encoding))
.sort((a, b) => opts.requestEncodings.indexOf(a) - supportedEncodings.indexOf(b))
.sort((a, b) => opts.requestEncodings.indexOf(a) - opts.requestEncodings.indexOf(b))
: supportedEncodings

@@ -181,0 +181,0 @@

{
"name": "@fastify/compress",
"version": "6.2.0",
"version": "6.2.1",
"description": "Fastify compression utils",

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

"mime-db": "^1.51.0",
"minipass": "^3.1.6",
"minipass": "^4.0.0",
"peek-stream": "^1.1.3",

@@ -28,4 +28,4 @@ "pump": "^3.0.0",

"tap": "^16.0.0",
"tsd": "^0.24.1",
"typescript": "^4.5.4"
"tsd": "^0.28.0",
"typescript": "^5.0.2"
},

@@ -32,0 +32,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

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