New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-static

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-static - npm Package Compare versions

Comparing version

to
1.0.1

2

index.js

@@ -60,3 +60,3 @@ var zlib = require('zlib');

} else {
resp.setHeader('content-encoding', 'gzip');
resp.setHeader('Content-Encoding', 'gzip');
sink.createReadStream().pipe(resp);

@@ -63,0 +63,0 @@ }

{
"name": "connect-static",
"version": "1.0.0",
"version": "1.0.1",
"description": "static file server middleware for connect. loads files once at startup and saves gzipped versions in memory",

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