dobi-cache-2
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -122,4 +122,4 @@ import { stringify } from 'querystring'; | ||
if (cacheHeaders) { | ||
const { etag, lastModified } = cacheHeaders; | ||
ctx.status = 200; | ||
const { etag, lastModified } = cacheHeaders; | ||
ctx.response.lastModified = new Date(lastModified); | ||
@@ -126,0 +126,0 @@ ctx.response.etag = etag; |
@@ -21,6 +21,6 @@ { | ||
"scripts": { | ||
"build": "yarn tsc", | ||
"format": "yarn lint --fix", | ||
"build": "tsc", | ||
"format": "npm lint --fix", | ||
"lint": "tslint --format stylish -p tsconfig.json", | ||
"postinstall": "yarn tsc", | ||
"postinstall": "tsc", | ||
"test": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=false", | ||
@@ -37,3 +37,3 @@ "test:coverage": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=true", | ||
}, | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"devDependencies": { | ||
@@ -40,0 +40,0 @@ "@babel/core": "^7.0.0-rc.1", |
Sorry, the diff of this file is not supported yet
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
227085