@httpland/hsts-middleware
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -6,3 +6,3 @@ { | ||
"name": "@httpland/hsts-middleware", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "HTTP Strict Transport Security(HSTS) middleware", | ||
@@ -9,0 +9,0 @@ "keywords": [ |
@@ -133,2 +133,7 @@ # hsts-middleware | ||
## API | ||
All APIs can be found in the | ||
[deno doc](https://doc.deno.land/https/deno.land/x/hsts_middleware/mod.ts). | ||
## License | ||
@@ -135,0 +140,0 @@ |
@@ -1,2 +0,2 @@ | ||
export { type Middleware } from "@httpland/http-middleware"; | ||
export { type Handler, type Middleware, } from "@httpland/http-middleware"; | ||
export { type StrictTransportSecurity, stringify, } from "@httpland/hsts-parser"; | ||
@@ -3,0 +3,0 @@ export declare const enum SecurityHeaders { |
export { hsts } from "./middleware.js"; | ||
export { type Middleware, type StrictTransportSecurity } from "./deps.js"; | ||
export { type Handler, type Middleware, type StrictTransportSecurity, } from "./deps.js"; | ||
export { STS } from "./utils.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15272
143
0