Skip to content

Commit caf2797

Browse files
authored
Merge pull request #12 from maxholman/feat/encode-path-params
feat: protect URL path integrity from unsafe interpolated values
2 parents 5ed3c5f + 6a5bc29 commit caf2797

22 files changed

Lines changed: 446 additions & 275 deletions

__tests__/fixtures/docker/commands.ts

Lines changed: 147 additions & 63 deletions
Large diffs are not rendered by default.

__tests__/fixtures/docker/hono-valibot.ts

Lines changed: 108 additions & 108 deletions
Large diffs are not rendered by default.

__tests__/fixtures/docker/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* WARN: Do not edit directly.
55
*
6-
* Generated on 2026-03-06T07:45:59.608Z
6+
* Generated on 2026-03-17T13:16:20.373Z
77
*
88
*/
99
import {

__tests__/fixtures/docker/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* WARN: Do not edit directly.
55
*
6-
* Generated on 2026-03-06T07:45:59.608Z
6+
* Generated on 2026-03-17T13:16:20.373Z
77
*
88
*/
99
import type { Jsonifiable } from "type-fest";

__tests__/fixtures/docker/valibot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* WARN: Do not edit directly.
55
*
6-
* Generated on 2026-03-06T07:45:59.608Z
6+
* Generated on 2026-03-17T13:16:20.373Z
77
*
88
*/
99
import * as v from "valibot";

0 commit comments

Comments
 (0)