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.39 to 0.0.40

6

websocket/index.d.ts

@@ -682,5 +682,7 @@ // Type definitions for websocket

protocol?: string;
extenstions: IExtension[];
extensions: IExtension[];
bufferedAmount: number;
binaryType: "arraybuffer";
CONNECTING: number;

@@ -696,3 +698,3 @@ OPEN: number;

constructor(url: string, protocols?: string[], origin?: string, headers?: any[], requestOptions?: object, clientConfig?: IClientConfig);
constructor(url: string, protocols?: string | string[], origin?: string, headers?: any[], requestOptions?: object, clientConfig?: IClientConfig);

@@ -699,0 +701,0 @@ send(data: Buffer): void;

{
"name": "@types/websocket",
"version": "0.0.39",
"version": "0.0.40",
"description": "TypeScript definitions for websocket",

@@ -31,3 +31,3 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -39,4 +39,4 @@ "scripts": {},

},
"typesPublisherContentHash": "ed6c43e56365d988b052ff7c0e0af279649cc55a165a8b1dc733126a8e1688af",
"typesPublisherContentHash": "1f262a6e85890a5dc72d5d79b48322ecd78ac9fc09f8e0a88362165e32de0682",
"typeScriptVersion": "2.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/websocket
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/websocket
Additional Details
* Last updated: Fri, 04 May 2018 23:55:56 GMT
* Last updated: Thu, 30 Aug 2018 00:13:56 GMT
* Dependencies: events, http, https, net, url, node

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

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