Comparing version 0.0.37 to 0.0.38
@@ -110,10 +110,2 @@ // Type definitions for ws | ||
export interface IPerMessageDeflateOptions { | ||
serverNoContextTakeover?: boolean; | ||
clientNoContextTakeover?: boolean; | ||
serverMaxWindowBits?: number; | ||
clientMaxWindowBits?: number; | ||
memLevel?: number; | ||
} | ||
export interface IServerOptions { | ||
@@ -120,0 +112,0 @@ host?: string; |
{ | ||
"name": "@types/ws", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"description": "TypeScript definitions for ws", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "15c97e8020268968e8c18ffd0d4213fc7158b689ad2e191ce49f267493fcf19a" | ||
"typesPublisherContentHash": "925c01d4816bdf43529c0313361d3093629c25b467665de3617383fdb0578d92", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/ws | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/ws | ||
Additional Details | ||
* Last updated: Tue, 22 Nov 2016 20:59:31 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: events, http, https, net | ||
* Global values: WebSocket | ||
* Last updated: Mon, 23 Jan 2017 02:32:30 GMT | ||
* Dependencies: events, http, https, net, node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Paul Loyd <https://github.com/loyd>. |
{ | ||
"authors": "Paul Loyd <https://github.com/loyd>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [ | ||
"events", | ||
"http", | ||
"https", | ||
"net" | ||
], | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"name": "ws", | ||
"libraryName": "ws", | ||
"typingsPackageName": "ws", | ||
"projectName": "https://github.com/einaros/ws", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"WebSocket" | ||
], | ||
"declaredModules": [ | ||
"ws" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "15c97e8020268968e8c18ffd0d4213fc7158b689ad2e191ce49f267493fcf19a" | ||
"data": { | ||
"authors": "Paul Loyd <https://github.com/loyd>", | ||
"dependencies": { | ||
"events": "*", | ||
"http": "*", | ||
"https": "*", | ||
"net": "*", | ||
"node": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "ws", | ||
"typingsPackageName": "ws", | ||
"projectName": "https://github.com/einaros/ws", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"ws/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "925c01d4816bdf43529c0313361d3093629c25b467665de3617383fdb0578d92" | ||
}, | ||
"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
8255
160
17