New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quiq-socket

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quiq-socket - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

Changelog.md

6

dist/types/QuiqSockets.d.ts

@@ -75,2 +75,3 @@ type Timeout = ReturnType<typeof setTimeout>;

_isDead: boolean;
_isDestroyed: boolean;
_log: Logging;

@@ -119,2 +120,7 @@ constructor();

/**
* (1) Kills: Disconnects the websocket and prevents it from being re-connected.
* (2) Removes all event listeners.
*/
destroy: () => QuiqSocket;
/**
* Verifies websocket connectivity. Checks the time since the last received heartbeat response

@@ -121,0 +127,0 @@ * to make sure it's within the heartbeat frequency. If it isn't, initiates reconnection. If it is,

2

package.json
{
"name": "quiq-socket",
"version": "0.4.6",
"version": "0.4.7",
"description": "WebSocket API wrapper with automatic retry handling and heartbeat",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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