Socket
Socket
Sign inDemoInstall

@types/socket.io

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/socket.io - npm Package Compare versions

Comparing version 1.4.31 to 1.4.32

8

socket.io/index.d.ts

@@ -8,8 +8,5 @@ // Type definitions for socket.io 1.4.4

declare module 'socket.io' {
var server: SocketIOStatic;
declare const SocketIO: SocketIOStatic;
export = SocketIO;
export = server;
}
interface SocketIOStatic {

@@ -49,3 +46,2 @@ /**

declare namespace SocketIO {
interface Server {

@@ -52,0 +48,0 @@ engine: { ws: any };

{
"name": "@types/socket.io",
"version": "1.4.31",
"version": "1.4.32",
"description": "TypeScript definitions for socket.io",

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

},
"typesPublisherContentHash": "8682dfd254e3c308ce5bca308cb69da44d43811c10ea34c118331b57aa6150d4",
"typesPublisherContentHash": "72860fa4d57fe2ea9c00df394bf8df2a51d27c44270e6bbb996247baa0e329f2",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 03 Oct 2017 17:58:33 GMT
* Last updated: Wed, 14 Mar 2018 22:28:42 GMT
* Dependencies: node

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

Sorry, the diff of this file is not supported yet

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