Socket
Socket
Sign inDemoInstall

sturdy-websocket

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

2

dist/index.d.ts

@@ -46,3 +46,3 @@ export interface AllOptions {

constructor(url: string, protocols: string | string[] | undefined, options?: Options);
binaryType: string;
binaryType: BinaryType;
readonly bufferedAmount: number;

@@ -49,0 +49,0 @@ readonly extensions: string;

{
"name": "sturdy-websocket",
"version": "0.1.7",
"version": "0.1.8",
"description":

@@ -59,3 +59,3 @@ "Tiny WebSocket wrapper that reconnects and resends failed messages.",

"tslint-config-prettier": "^1.7.0",
"typescript": "^2.7.1",
"typescript": "^2.8.1",
"websocket": "^1.0.25",

@@ -62,0 +62,0 @@ "ws": "^4.0.0"

Sorry, the diff of this file is not supported yet

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