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
7
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.2.1 to 0.2.2

1

dist/index.es.js

@@ -1356,2 +1356,3 @@ function _classCallCheck(instance, Constructor) {

if (_this._timers.heartbeat.timeout) clearTimeout(_this._timers.heartbeat.timeout);
_this._timers.heartbeat.timeout = setTimeout(function () {

@@ -1358,0 +1359,0 @@ // If manual heartbeat times out, the connection may not be functional, let's rebuild it to be safe

@@ -1357,2 +1357,3 @@ 'use strict';

if (_this._timers.heartbeat.timeout) clearTimeout(_this._timers.heartbeat.timeout);
_this._timers.heartbeat.timeout = setTimeout(function () {

@@ -1359,0 +1360,0 @@ // If manual heartbeat times out, the connection may not be functional, let's rebuild it to be safe

2

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

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

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