Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koa-send

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-send - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

1

index.js

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

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

@@ -87,0 +88,0 @@ var stream = this.body = fs.createReadStream(path);

2

package.json

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

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

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

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