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

hyperspeed.js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperspeed.js - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

12

dist/client.js

@@ -49,8 +49,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
if (this.options.trackViewers) {
this.send({ type: 'PollConnectedViewers' });
this.viewerCountChecker = setInterval(() => {
this.send({ type: 'PollConnectedViewers' });
}, 5e3);
}
this.ws.onmessage = (e) => __awaiter(this, void 0, void 0, function* () {

@@ -99,2 +93,8 @@ var _a;

});
if (this.options.trackViewers) {
this.send({ type: 'PollConnectedViewers' });
this.viewerCountChecker = setInterval(() => {
this.send({ type: 'PollConnectedViewers' });
}, 5e3);
}
break;

@@ -101,0 +101,0 @@ }

{
"type": "module",
"name": "hyperspeed.js",
"version": "0.0.6",
"version": "0.0.7",
"description": "Library for connecting to Hyperspeed streams.",

@@ -6,0 +6,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