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.3 to 3.1.4

4

engine.io/index.d.ts

@@ -25,3 +25,3 @@ // Type definitions for engine.io 3.1

/**
* how many ms without a pong packet to consider the connection closed (60000)
* how many ms without a pong packet to consider the connection closed (5000)
*/

@@ -38,3 +38,3 @@ pingTimeout?: number;

/**
* how many bytes or characters a message can be, before closing the session (to avoid DoS). Default value is 10E7.
* how many bytes or characters a message can be, before closing the session (to avoid DoS). Default value is 10E6.
*/

@@ -41,0 +41,0 @@ maxHttpBufferSize?: number;

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

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "badb438d5d4a42e55900f5c5b8f240e80093b8c274eeb01c8e696876ba15e1b6",
"typesPublisherContentHash": "970a06400e82838e8f590fd9882991405d4bd5a8fde6796104048233689521ec",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 04:09:16 GMT
* Last updated: Sat, 30 May 2020 00:54:07 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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