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.35 to 0.0.36

10

websocket/index.d.ts

@@ -6,3 +6,5 @@ // Type definitions for websocket

// Zhao Lei <https://github.com/zhaoleimxd>
// Sheng Chen <https://github.com/jdneo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

@@ -568,6 +570,6 @@ /// <reference types="node" />

*/
connect(requestUrl: url.Url, protocols?: string[], origin?: string, headers?: any[], extraRequestOptions?: http.RequestOptions): void;
connect(requestUrl: string, protocols?: string[], origin?: string, headers?: any[], extraRequestOptions?: http.RequestOptions): void;
connect(requestUrl: url.Url, protocols?: string, origin?: string, headers?: any[], extraRequestOptions?: http.RequestOptions): void;
connect(requestUrl: string, protocols?: string, origin?: string, headers?: any[], extraRequestOptions?: http.RequestOptions): void;
connect(requestUrl: url.Url, protocols?: string[], origin?: string, headers?: object, extraRequestOptions?: http.RequestOptions): void;
connect(requestUrl: string, protocols?: string[], origin?: string, headers?: object, extraRequestOptions?: http.RequestOptions): void;
connect(requestUrl: url.Url, protocols?: string, origin?: string, headers?: object, extraRequestOptions?: http.RequestOptions): void;
connect(requestUrl: string, protocols?: string, origin?: string, headers?: object, extraRequestOptions?: http.RequestOptions): void;

@@ -574,0 +576,0 @@ // Events

12

websocket/package.json
{
"name": "@types/websocket",
"version": "0.0.35",
"version": "0.0.36",
"description": "TypeScript definitions for websocket",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "zhaoleimxd"
},
{
"name": "Sheng Chen",
"url": "https://github.com/jdneo",
"githubUsername": "jdneo"
}

@@ -31,6 +36,7 @@ ],

"dependencies": {
"@types/events": "*",
"@types/node": "*"
},
"typesPublisherContentHash": "395d5affa86c699fa711061801b8d32f4a64a8f2bff0093c6a107e6f9b1ece1f",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "7baf6da6f2ff8f7cd0868b70c0a1011f45820ef48e3412d92720d9663818ffa0",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 23 Nov 2017 02:09:41 GMT
* Last updated: Thu, 18 Jan 2018 23:56:37 GMT
* Dependencies: events, http, https, net, url, node

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

# Credits
These definitions were written by Paul Loyd <https://github.com/loyd>, Kay Schecker <https://github.com/flynetworks>, Zhao Lei <https://github.com/zhaoleimxd>.
These definitions were written by Paul Loyd <https://github.com/loyd>, Kay Schecker <https://github.com/flynetworks>, Zhao Lei <https://github.com/zhaoleimxd>, Sheng Chen <https://github.com/jdneo>.

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