koa-static-cache
Advanced tools
Comparing version 1.0.4 to 1.0.6
@@ -17,2 +17,3 @@ var crypto = require('crypto') | ||
readDir(dir).forEach(function (name) { | ||
name = name.replace(/\\/g, '/') | ||
var pathname = '/' + name | ||
@@ -19,0 +20,0 @@ var obj = files[pathname] = {} |
{ | ||
"name": "koa-static-cache", | ||
"description": "Static cache for koa", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
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
7197
76