koa-simple-static
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -61,3 +61,3 @@ 'use strict'; | ||
const staticCache = (options /*: Opts*/) => { | ||
const simpleStatic = (options /*: Opts*/) => { | ||
const dir = options.dir; | ||
@@ -218,2 +218,2 @@ options.prefix = '/'; | ||
exports.default = staticCache; | ||
exports.default = simpleStatic; |
{ | ||
"name": "koa-simple-static", | ||
"description": "Simple caching static file server for Koa 2.", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Zac Anger", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
212124