connect-cache-control
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -22,3 +22,3 @@ /** | ||
// Support old browsers | ||
res.setHeader('Expires', 0); | ||
res.setHeader('Expires', 'Fri, 01 Jan 1990 00:00:00 GMT'); | ||
@@ -37,1 +37,2 @@ // Support recent browsers | ||
module.exports = cacheControl; | ||
{ | ||
"name": "connect-cache-control", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Connect middleware to prevent the browser from caching the response.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2754
2