Socket
Socket
Sign inDemoInstall

@types/engine.io

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/engine.io - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

10

engine.io/index.d.ts
// Type definitions for engine.io 3.1
// Project: https://github.com/socketio/engine.io
// Definitions by: KentarouTakeda <https://github.com/KentarouTakeda/>
// Definitions by: KentarouTakeda <https://github.com/KentarouTakeda>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -49,3 +49,3 @@

*/
transports?: engine.Transport[];
transports?: Transport[];
/**

@@ -131,3 +131,3 @@ * whether to allow transport upgrades (true)

*/
constructor(opts?: engine.ServerOptions);
constructor(opts?: ServerOptions);
/**

@@ -224,4 +224,4 @@ * Fired when a new connection is established.

}
function attach(http: net.Server, opyts?: engine.ServerAttachOptions): engine.Server;
function listen(port: number, opts?: engine.ServerOptions, fn?: () => void): engine.Server;
function attach(http: net.Server, opts?: ServerAttachOptions): Server;
function listen(port: number, opts?: ServerOptions, fn?: () => void): Server;
const protocol: number;

@@ -228,0 +228,0 @@ }

{
"name": "@types/engine.io",
"version": "3.1.0",
"version": "3.1.1",
"description": "TypeScript definitions for engine.io",

@@ -9,3 +9,3 @@ "license": "MIT",

"name": "KentarouTakeda",
"url": "https://github.com/KentarouTakeda/"
"url": "https://github.com/KentarouTakeda"
}

@@ -22,5 +22,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "74543c22d2e4e0564d0d33fbcf7c3ce00aa9690cc744cfd80a153db48c1ad54e",
"typesPublisherContentHash": "6e2fc390e12980d9279ff9613f4b808733397be3d8a7212c5192605b70beedf9",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 24 Jul 2017 18:25:51 GMT
* Last updated: Mon, 21 Aug 2017 21:49:18 GMT
* Dependencies: http, net, events, node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by KentarouTakeda <https://github.com/KentarouTakeda/>.
These definitions were written by KentarouTakeda <https://github.com/KentarouTakeda>.
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