0xd

Results 2 issues of 0xd

if matches!(claims.exp, TryParse::Parsed(exp) if options.validate_exp && exp - options.reject_tokens_expiring_in_less_than < now - options.leeway ) e.g. claims.exp can be "1" and pass the parse check but overflow in the calculation and...

bug

https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition Using the svelte field in package.json to point at .svelte source files is deprecated and you must use a svelte [export condition](https://nodejs.org/api/packages.html#conditional-exports). vite-plugin-svelte 3 still resolves it as a...