Socket
Socket
Sign inDemoInstall

elysia

Package Overview
Dependencies
6
Maintainers
1
Versions
353
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0-beta.3 to 0.3.0-beta.4

2

dist/types.d.ts

@@ -138,3 +138,3 @@ /// <reference types="bun-types" />

query: Typed['query'];
params: IsUnknown<Typed['params']> extends true ? Record<ExtractPath<Path>, string> : Typed['params'];
params: undefined extends Typed['params'] ? Record<ExtractPath<Path>, string> : Typed['params'];
response: undefined extends Typed['response'] ? {

@@ -141,0 +141,0 @@ '200': Catch;

{
"name": "elysia",
"description": "Fast, and friendly Bun web framework",
"version": "0.3.0-beta.3",
"version": "0.3.0-beta.4",
"author": {

@@ -6,0 +6,0 @@ "name": "saltyAom",

@@ -310,3 +310,3 @@ import type { Elysia } from '.'

query: Typed['query']
params: IsUnknown<Typed['params']> extends true
params: undefined extends Typed['params']
? Record<ExtractPath<Path>, string>

@@ -313,0 +313,0 @@ : Typed['params']

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc