Socket
Socket
Sign inDemoInstall

connect-static-file

Package Overview
Dependencies
21
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

7

package.json
{
"name": "connect-static-file",
"version": "1.2.0",
"version": "1.2.1",
"description": "connect and express middleware to serve a single static file",

@@ -14,2 +14,5 @@ "main": "lib/connect-static-file.js",

},
"files": [
"lib"
],
"keywords": [

@@ -34,3 +37,3 @@ "static",

"mime": "^1.3.4",
"send": "^0.15.3"
"send": "^0.16.0"
},

@@ -37,0 +40,0 @@ "devDependencies": {

connect-static-file
===================
[![Build Status](https://travis-ci.org/Joris-van-der-Wel/connect-static-file.svg?branch=master)](https://travis-ci.org/Joris-van-der-Wel/connect-static-file)
Connect/express middleware to serve a single static file

@@ -60,2 +62,2 @@

-------------
If you would like to server an entire directory of possible gziped files, take a look at [connect-gzip-static](https://www.npmjs.com/package/connect-gzip-static) or [ecstatic](https://www.npmjs.com/package/ecstatic). If you would like dynamic gzip compression, try [compression](https://www.npmjs.com/package/compression)
If you would like to server an entire directory of possible gziped files, take a look at [connect-gzip-static](https://www.npmjs.com/package/connect-gzip-static) or [ecstatic](https://www.npmjs.com/package/ecstatic). If you would like dynamic gzip compression, try [compression](https://www.npmjs.com/package/compression)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc