typedwebhook.tools icon indicating copy to clipboard operation
typedwebhook.tools copied to clipboard

A webhook testing tool for checking payloads, with automatic type generation

Results 13 typedwebhook.tools issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [deep-object-diff](https://github.com/mattphillips/deep-object-diff) from 1.1.7 to 1.1.9. Release notes Sourced from deep-object-diff's releases. v1.1.9 Vulnerability patch Details outlined here: #85. TLDR: The prototype of the returned diff object could be polluted...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Hey neat system. i am curious why the Readme says “ this is in go “ when it’s not ? It would be cool if it was in golang and...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.2 to 2.9.15. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

### Description On page load, if we can display an example event payload body, and types, a new user may have a better idea of the value of the tool...

enhancement

### Description As reported by [this user on twitter](https://twitter.com/relequestual/status/1501673027163107339?s=20&t=v-zk6GiOl77UJMr1kCL_Sw), it's generally good practice to include the `$schema` draft version within the schema itself. Here are the official docs: > You...

enhancement