New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koa-static

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-static - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

2

index.js

@@ -46,3 +46,3 @@

// response is already handled
if (!this.idempotent || this.body != null || this.status != null) return;
if (!this.idempotent || this.body != null || this.status != 404) return;

@@ -49,0 +49,0 @@ yield send(this, this.path, opts);

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

"repository": "koajs/static",
"version": "1.4.4",
"version": "1.4.5",
"keywords": [

@@ -18,3 +18,3 @@ "koa",

"devDependencies": {
"koa": "~0.4.0",
"koa": "~0.6.0",
"should": "~1.2.2",

@@ -32,2 +32,2 @@ "mocha": "~1.12.0",

}
}
}
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