compression
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
1.8.1 / 2025-07-17 | ||
========== | ||
* deps: on-headers@~1.1.0 | ||
- Fix [CVE-2025-7339](https://www.cve.org/CVERecord?id=CVE-2025-7339) ([GHSA-76c9-3jph-rj3q](https://github.com/expressjs/on-headers/security/advisories/GHSA-76c9-3jph-rj3q)) | ||
1.8.0 / 2025-02-10 | ||
@@ -2,0 +8,0 @@ ================== |
{ | ||
"name": "compression", | ||
"description": "Node.js compression middleware", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"contributors": [ | ||
@@ -17,3 +17,3 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"negotiator": "~0.6.4", | ||
"on-headers": "~1.0.2", | ||
"on-headers": "~1.1.0", | ||
"safe-buffer": "5.2.1", | ||
@@ -26,3 +26,3 @@ "vary": "~1.1.2" | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-import": "2.32.0", | ||
"eslint-plugin-markdown": "2.2.1", | ||
@@ -34,3 +34,3 @@ "eslint-plugin-node": "11.1.0", | ||
"nyc": "15.1.0", | ||
"supertest": "6.2.3" | ||
"supertest": "6.3.4" | ||
}, | ||
@@ -37,0 +37,0 @@ "files": [ |
@@ -49,3 +49,3 @@ # compression | ||
`compression()` accepts these properties in the options object. In addition to | ||
those listed below, [zlib](http://nodejs.org/api/zlib.html) options may be | ||
those listed below, [zlib](https://nodejs.org/api/zlib.html) options may be | ||
passed in to the options object or | ||
@@ -59,3 +59,3 @@ [brotli](https://nodejs.org/api/zlib.html#zlib_class_brotlioptions) options. | ||
See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) | ||
See [Node.js documentation](https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) | ||
regarding the usage. | ||
@@ -112,3 +112,3 @@ | ||
See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) | ||
See [Node.js documentation](https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) | ||
regarding the usage. | ||
@@ -167,3 +167,3 @@ | ||
See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) | ||
See [Node.js documentation](https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) | ||
regarding the usage. | ||
@@ -170,0 +170,0 @@ |
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
27698
0.89%0
-100%+ Added
- Removed
Updated