@types/websocket
Advanced tools
Comparing version 0.0.32 to 0.0.33
// Type definitions for websocket | ||
// Project: https://github.com/theturtle32/WebSocket-Node | ||
// Definitions by: Paul Loyd <https://github.com/loyd> | ||
// Definitions by: Paul Loyd <https://github.com/loyd>, | ||
// Kay Schecker <https://github.com/flynetworks> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -11,2 +12,3 @@ | ||
import http = require('http'); | ||
import https = require('https'); | ||
import net = require('net'); | ||
@@ -538,2 +540,9 @@ import url = require('url'); | ||
maxReceivedMessageSize?: number; | ||
/** | ||
* Options to pass to https.request if connecting via TLS. | ||
* See Node's HTTPS documentation | ||
* @see https://nodejs.org/api/https.html#https_https_request_options_callback | ||
*/ | ||
tlsOptions?: https.RequestOptions; | ||
} | ||
@@ -540,0 +549,0 @@ |
{ | ||
"name": "@types/websocket", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "TypeScript definitions for websocket", | ||
"license": "MIT", | ||
"author": "Paul Loyd <https://github.com/loyd>", | ||
"contributors": [ | ||
{ | ||
"name": "Paul Loyd", | ||
"url": "https://github.com/loyd" | ||
}, | ||
{ | ||
"name": "Kay Schecker", | ||
"url": "https://github.com/flynetworks" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +26,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "f79db43942e44ffb4f875ab041710e5aeed22d9b94b75ba95ae630944f970922" | ||
"typesPublisherContentHash": "cf345db07bab861a29500483eca68f6926a4a590f580e3575d74e8b875cc2f7b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/websocket | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/websocket | ||
Additional Details | ||
* Last updated: Wed, 05 Oct 2016 20:53:43 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: events, http, net, url | ||
* Global values: client, connection, frame, router, routerRequest | ||
* Last updated: Fri, 17 Feb 2017 19:10:28 GMT | ||
* Dependencies: events, http, https, net, url, node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Paul Loyd <https://github.com/loyd>. | ||
These definitions were written by Paul Loyd <https://github.com/loyd>, Kay Schecker <https://github.com/flynetworks>. |
{ | ||
"authors": "Paul Loyd <https://github.com/loyd>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [ | ||
"events", | ||
"http", | ||
"net", | ||
"url" | ||
], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "0", | ||
"name": "websocket", | ||
"libraryName": "websocket", | ||
"typingsPackageName": "websocket", | ||
"projectName": "https://github.com/theturtle32/WebSocket-Node", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"client", | ||
"connection", | ||
"frame", | ||
"router", | ||
"routerRequest" | ||
], | ||
"declaredModules": [ | ||
"websocket" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "f79db43942e44ffb4f875ab041710e5aeed22d9b94b75ba95ae630944f970922" | ||
"data": { | ||
"contributors": [ | ||
{ | ||
"name": "Paul Loyd", | ||
"url": "https://github.com/loyd" | ||
}, | ||
{ | ||
"name": "Kay Schecker", | ||
"url": "https://github.com/flynetworks" | ||
} | ||
], | ||
"dependencies": { | ||
"events": "*", | ||
"http": "*", | ||
"https": "*", | ||
"net": "*", | ||
"url": "*", | ||
"node": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "websocket", | ||
"typingsPackageName": "websocket", | ||
"projectName": "https://github.com/theturtle32/WebSocket-Node", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"websocket/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "cf345db07bab861a29500483eca68f6926a4a590f580e3575d74e8b875cc2f7b" | ||
}, | ||
"isLatest": true | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27663
608
17