Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@elysiajs/node

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elysiajs/node - npm Package Compare versions

Comparing version
1.4.4
to
1.4.5
+1
-1
dist/cjs/index.js

@@ -211,3 +211,3 @@ "use strict";

async upgrade(request) {
const id = request.wsId = randomId();
const id = request.wsId = (0, import_utils2.randomId)();
const response = await app.handle(request);

@@ -214,0 +214,0 @@ const context = store[id];

@@ -205,3 +205,3 @@ "use strict";

async upgrade(request) {
const id = request.wsId = randomId();
const id = request.wsId = (0, import_utils2.randomId)();
const response = await app.handle(request);

@@ -208,0 +208,0 @@ const context = store[id];

@@ -14,3 +14,3 @@ // src/index.ts

import { parseSetCookies } from "elysia/adapter/utils";
import { isNotEmpty } from "elysia/utils";
import { isNotEmpty, randomId } from "elysia/utils";
import {

@@ -17,0 +17,0 @@ createHandleWSResponse,

@@ -9,3 +9,3 @@ // src/ws.ts

import { parseSetCookies } from "elysia/adapter/utils";
import { isNotEmpty } from "elysia/utils";
import { isNotEmpty, randomId } from "elysia/utils";
import {

@@ -12,0 +12,0 @@ createHandleWSResponse,

{
"name": "@elysiajs/node",
"version": "1.4.4",
"version": "1.4.5",
"description": "Elysia adapter to run Elysia on Node.js",

@@ -5,0 +5,0 @@ "license": "MIT",