Socket
Socket
Sign inDemoInstall

@elysiajs/websocket

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elysiajs/websocket - npm Package Compare versions

Comparing version 0.1.0-rc.6 to 0.1.0-rc.7

2

dist/cjs/index.d.ts

@@ -21,3 +21,3 @@ import type { WebSocketHandler } from 'bun';

export declare const websocket: (config?: Omit<WebSocketHandler, 'open' | 'message' | 'close' | 'drain'>) => (app: Elysia) => Elysia<import("elysia").ElysiaInstance<{
store: {};
store: Record<typeof import("elysia").SCHEMA, {}>;
request: {};

@@ -24,0 +24,0 @@ schema: {};

@@ -21,3 +21,3 @@ import type { WebSocketHandler } from 'bun';

export declare const websocket: (config?: Omit<WebSocketHandler, 'open' | 'message' | 'close' | 'drain'>) => (app: Elysia) => Elysia<import("elysia").ElysiaInstance<{
store: {};
store: Record<typeof import("elysia").SCHEMA, {}>;
request: {};

@@ -24,0 +24,0 @@ schema: {};

{
"name": "@elysiajs/websocket",
"version": "0.1.0-rc.6",
"version": "0.1.0-rc.7",
"description": "Plugin for Elysia that add support for websocket",

@@ -38,3 +38,3 @@ "author": {

"peerDependencies": {
"elysia": ">= 0.1.0-rc.5"
"elysia": ">= 0.1.0-rc.9"
},

@@ -46,3 +46,3 @@ "devDependencies": {

"eslint": "^8.26.0",
"elysia": "^0.1.0-rc.5",
"elysia": "^0.1.0-rc.9",
"typescript": "^4.8.4"

@@ -53,2 +53,2 @@ },

}
}
}
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