Socket
Socket
Sign inDemoInstall

@types/websocket

Package Overview
Dependencies
3
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.37 to 0.0.38

4

websocket/index.d.ts

@@ -65,4 +65,4 @@ // Type definitions for websocket

export interface IServerConfig extends IConfig {
/** The http server instance to attach to */
httpServer: http.Server;
/** The http or https server instance(s) to attach to */
httpServer: http.Server | https.Server | (http.Server | https.Server)[];

@@ -69,0 +69,0 @@ /**

{
"name": "@types/websocket",
"version": "0.0.37",
"version": "0.0.38",
"description": "TypeScript definitions for websocket",

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

},
"typesPublisherContentHash": "86611a284c5d17127fa1e5f236adf219603ca6f91fd2b489dbaa150965d1f49e",
"typesPublisherContentHash": "26f4cc912508ab45ff3c86bd71a7909f6ade94189c80c1b150295d7670ce2a20",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Tue, 13 Feb 2018 20:54:40 GMT
* Last updated: Fri, 09 Mar 2018 00:09:14 GMT
* Dependencies: events, http, https, net, url, 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc