Socket
Socket
Sign inDemoInstall

@types/ws

Package Overview
Dependencies
Maintainers
1
Versions
76
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.33 to 0.0.34

9

ws/index.d.ts

@@ -102,2 +102,10 @@ // Type definitions for ws

export interface IPerMessageDeflateOptions {
serverNoContextTakeover?: boolean;
clientNoContextTakeover?: boolean;
serverMaxWindowBits?: number;
clientMaxWindowBits?: number;
memLevel?: number;
}
export interface IServerOptions {

@@ -113,2 +121,3 @@ host?: string;

clientTracking?: boolean;
perMessageDeflate?: boolean | IPerMessageDeflateOptions;
}

@@ -115,0 +124,0 @@

5

ws/package.json
{
"name": "@types/ws",
"version": "0.0.33",
"version": "0.0.34",
"description": "TypeScript definitions for ws",

@@ -16,4 +16,5 @@ "license": "MIT",

},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "614262839f2e003b201893b64f8c4856e1ab5baeafde03d27486e8a0d60ae161"
"typesPublisherContentHash": "de55ad1d9790a98236a0d7be0ffb333f60c84ce1da29eaf25da4ccf85b2a66fe"
}

2

ws/README.md

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 23 Sep 2016 17:58:37 GMT
* Last updated: Wed, 05 Oct 2016 20:53:42 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: node

@@ -31,3 +31,3 @@ {

"hasPackageJson": false,
"contentHash": "614262839f2e003b201893b64f8c4856e1ab5baeafde03d27486e8a0d60ae161"
"contentHash": "de55ad1d9790a98236a0d7be0ffb333f60c84ce1da29eaf25da4ccf85b2a66fe"
}
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