Socket
Socket
Sign inDemoInstall

@types/socket.io-client

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/socket.io-client - npm Package Compare versions

Comparing version 1.4.33 to 1.4.34

6

socket.io-client/index.d.ts

@@ -204,2 +204,8 @@ // Type definitions for socket.io-client 1.4.5

/**
* The type of binary data being transmitted by the connection.
* https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/binaryType
*/
binaryType: "blob" | "arraybuffer";
/**
* Opens our socket so that it connects. If the 'autoConnect' option for io is

@@ -206,0 +212,0 @@ * true (default), then this is called automatically when the Socket is created

6

socket.io-client/package.json
{
"name": "@types/socket.io-client",
"version": "1.4.33",
"version": "1.4.34",
"description": "TypeScript definitions for socket.io-client",

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

"dependencies": {},
"typesPublisherContentHash": "4be759addfbc8291fe6d85336568dbc61d81e521bd2925a18fc37237065238f9",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "97a794e057069630f40b9b031229d7543019506bafea9bd488ba2752e1b773eb",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 13:12:39 GMT
* Last updated: Tue, 29 Sep 2020 20:21:51 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `io`

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