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

koa-static

Package Overview
Dependencies
Maintainers
9
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.5.0 to 1.5.1

5

History.md

@@ -0,1 +1,6 @@

1.5.1 / 2015-10-14
==================
* Fix v1.4.x → 1.5.0 broken. Closes #53
1.5.0 / 2015-10-14

@@ -2,0 +7,0 @@ ==================

1

index.js

@@ -28,3 +28,2 @@

opts = opts || {};
if (opts.format !== false) opts.format = true;

@@ -31,0 +30,0 @@ assert(root, 'root directory is required to serve files');

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

"repository": "koajs/static",
"version": "1.5.0",
"version": "1.5.1",
"keywords": [

@@ -26,3 +26,3 @@ "koa",

"debug": "*",
"koa-send": "~2.0.0"
"koa-send": "~2.0.1"
},

@@ -29,0 +29,0 @@ "scripts": {

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