Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/ws

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ws - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

8

ws/index.d.ts

@@ -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;

6

ws/package.json
{
"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
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc