Comparing version 3.0.2 to 3.0.3
# Changelog | ||
## 3.0.3 - 2022-03-23 | ||
### Changed | ||
- Fixed TypeScript regression. See [#21](https://github.com/helmetjs/nocache/issues/21) | ||
## 3.0.2 - 2022-03-22 | ||
@@ -4,0 +10,0 @@ |
import { IncomingMessage, ServerResponse } from "http"; | ||
declare function nocache(): ( | ||
declare const nocache: () => ( | ||
_req: IncomingMessage, | ||
@@ -5,0 +5,0 @@ res: ServerResponse, |
@@ -8,3 +8,3 @@ { | ||
"description": "Middleware to destroy caching", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"license": "MIT", | ||
@@ -11,0 +11,0 @@ "keywords": [ |
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
4268