Socket
Socket
Sign inDemoInstall

sirv

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sirv - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

4

build.js

@@ -172,2 +172,6 @@ const fs = require('fs');

if (gzips || brots) {
res.setHeader('Vary', 'Accept-Encoding');
}
setHeaders(res, pathname, data.stats);

@@ -174,0 +178,0 @@ send(req, res, data.abs, data.stats, data.headers);

4

package.json
{
"name": "sirv",
"version": "1.0.10",
"version": "1.0.11",
"description": "The optimized & lightweight middleware for serving requests to static assets",

@@ -27,3 +27,3 @@ "repository": "lukeed/sirv",

},
"gitHead": "cf787b986cd5422fd3b743132189a7a7457e4cf9"
"gitHead": "da9845420ab483224ff186c3ac10684420ad7ff8"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc