🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

express-static-gzip

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-static-gzip - npm Package Compare versions

Comparing version

to
2.0.3

2

package.json
{
"name": "express-static-gzip",
"version": "2.0.2",
"version": "2.0.3",
"description": "simple wrapper on top of express.static, that allows serving pre-gziped files",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,3 +19,3 @@

# Changelog for v2.0.0
# Changelog for v2.0

@@ -26,3 +26,3 @@ * Even so this is mayor release, this should be fully backwards compatible and should not have any breaking change to v1.1.3.

* For backwards compatibility all properties in the root options object will be copied to the new `serverStatic` section, except if you have set values there already. Here is a small example of this behaviour:
* For backwards compatibility all root options that apply to `serveStatic` will be copied to the new `serverStatic` section, except if you have set values there already. Here is a small example of this behaviour:
```JavaScript

@@ -29,0 +29,0 @@ {