@fastify/compress
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -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
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
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
161675
4278
1
+ Addedminipass@4.2.8(transitive)
- Removedminipass@3.3.6(transitive)
- Removedyallist@4.0.0(transitive)
Updatedminipass@^4.0.0