Socket
Socket
Sign inDemoInstall

sirv

Package Overview
Dependencies
5
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -67,4 +67,4 @@ const fs = require('fs');

setHeaders(res, pathname, data.stats);
res.writeHead(200, data.headers);
setHeaders(res, pathname, data.stats);

@@ -71,0 +71,0 @@ fs.createReadStream(data.abs).pipe(res);

{
"name": "sirv",
"version": "0.1.1",
"version": "0.1.2",
"description": "The optimized & lightweight middleware for serving requests to static assets",

@@ -5,0 +5,0 @@ "repository": "lukeed/sirv",

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