Socket
Socket
Sign inDemoInstall

koa-send

Package Overview
Dependencies
3
Maintainers
1
Versions
28
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

1

index.js

@@ -85,2 +85,3 @@

this.set('Last-Modified', stats.mtime.toUTCString());
this.set('Content-Length', stats.size);
this.set('Cache-Control', 'max-age=' + (maxage / 1000 | 0));

@@ -87,0 +88,0 @@ this.type = extname(path);

2

package.json

@@ -5,3 +5,3 @@ {

"repository": "koajs/send",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [

@@ -8,0 +8,0 @@ "koa",

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