Socket
Socket
Sign inDemoInstall

@types/websocket

Package Overview
Dependencies
2
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.33 to 0.0.34

websocket/LICENSE

6

websocket/index.d.ts

@@ -184,3 +184,3 @@ // Type definitions for websocket

/** A reference to the original Node HTTP request object */
httpRequest: http.ClientRequest;
httpRequest: http.IncomingMessage;
/** This will include the port number if a non-standard port is used */

@@ -226,3 +226,3 @@ host: string;

constructor(socket: net.Socket, httpRequest: http.ClientRequest, config: IServerConfig);
constructor(socket: net.Socket, httpRequest: http.IncomingMessage, config: IServerConfig);

@@ -585,3 +585,3 @@ /**

/** A reference to the original Node HTTP request object */
httpRequest: http.ClientRequest;
httpRequest: http.IncomingMessage;
/** A string containing the path that was requested by the client */

@@ -588,0 +588,0 @@ resource: string;

{
"name": "@types/websocket",
"version": "0.0.33",
"version": "0.0.34",
"description": "TypeScript definitions for websocket",

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

"peerDependencies": {},
"typesPublisherContentHash": "cf345db07bab861a29500483eca68f6926a4a590f580e3575d74e8b875cc2f7b",
"typesPublisherContentHash": "85a03d6c0b2d98a01bf08609ca84503c9f9612343083721835e862034c78869d",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/websocket
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/websocket
Additional Details
* Last updated: Fri, 17 Feb 2017 19:10:28 GMT
* Last updated: Wed, 28 Jun 2017 15:40:48 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