Socket
Socket
Sign inDemoInstall

socket.io

Package Overview
Dependencies
24
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.7.3 to 4.7.4

2

client-dist/socket.io.esm.min.js
/*!
* Socket.IO v4.7.3
* Socket.IO v4.7.4
* (c) 2014-2024 Guillermo Rauch

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* Socket.IO v4.7.3
* Socket.IO v4.7.4
* (c) 2014-2024 Guillermo Rauch

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* Socket.IO v4.7.3
* Socket.IO v4.7.4
* (c) 2014-2024 Guillermo Rauch

@@ -4,0 +4,0 @@ * Released under the MIT License.

@@ -32,3 +32,3 @@ /// <reference types="node" />

*/
export declare type EventNamesWithoutAck<Map extends EventsMap, K extends EventNames<Map> = EventNames<Map>> = IfAny<Last<Parameters<Map[K]>> | Map[K], K, K extends (Last<Parameters<Map[K]>> extends (...args: any[]) => any ? never : K) ? K : never>;
export declare type EventNamesWithoutAck<Map extends EventsMap, K extends EventNames<Map> = EventNames<Map>> = IfAny<Last<Parameters<Map[K]>> | Map[K], K, K extends (Parameters<Map[K]> extends never[] ? K : never) ? K : K extends (Last<Parameters<Map[K]>> extends (...args: any[]) => any ? never : K) ? K : never>;
export declare type RemoveAcknowledgements<E extends EventsMap> = {

@@ -35,0 +35,0 @@ [K in EventNamesWithoutAck<E>]: E[K];

{
"name": "socket.io",
"version": "4.7.3",
"version": "4.7.4",
"description": "node.js realtime framework server",

@@ -64,3 +64,3 @@ "keywords": [

"rimraf": "^3.0.2",
"socket.io-client": "4.7.2",
"socket.io-client": "4.7.4",
"socket.io-client-v2": "npm:socket.io-client@^2.4.0",

@@ -67,0 +67,0 @@ "superagent": "^8.0.0",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc