Socket
Socket
Sign inDemoInstall

elysia

Package Overview
Dependencies
Maintainers
0
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elysia - npm Package Compare versions

Comparing version 1.1.0-exp.4 to 1.1.0-exp.5

4

dist/cjs/context.d.ts

@@ -49,3 +49,5 @@ import type { Server } from 'bun';

query: undefined extends Route['query'] ? Record<string, string | undefined> : Route['query'];
params: undefined extends Route['params'] ? Path extends `${string}/${':' | '*'}${string}` ? Record<GetPathParameter<Path>, string> : never : Route['params'];
params: undefined extends Route['params'] ? Path extends `${string}/${':' | '*'}${string}` ? {
[path in GetPathParameter<Path>]: string;
} : never : Route['params'];
headers: undefined extends Route['headers'] ? Record<string, string | undefined> : Route['headers'];

@@ -52,0 +54,0 @@ cookie: undefined extends Route['cookie'] ? Record<string, Cookie<any>> : Record<string, Cookie<any>> & Prettify<WithoutNullableKeys<{

@@ -49,3 +49,5 @@ import type { Server } from 'bun';

query: undefined extends Route['query'] ? Record<string, string | undefined> : Route['query'];
params: undefined extends Route['params'] ? Path extends `${string}/${':' | '*'}${string}` ? Record<GetPathParameter<Path>, string> : never : Route['params'];
params: undefined extends Route['params'] ? Path extends `${string}/${':' | '*'}${string}` ? {
[path in GetPathParameter<Path>]: string;
} : never : Route['params'];
headers: undefined extends Route['headers'] ? Record<string, string | undefined> : Route['headers'];

@@ -52,0 +54,0 @@ cookie: undefined extends Route['cookie'] ? Record<string, Cookie<any>> : Record<string, Cookie<any>> & Prettify<WithoutNullableKeys<{

{
"name": "elysia",
"description": "Ergonomic Framework for Human",
"version": "1.1.0-exp.4",
"version": "1.1.0-exp.5",
"author": {

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc