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

simple-helix-api

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-helix-api - npm Package Compare versions

Comparing version 4.1.6 to 4.1.7

2

dist/lib/eventsub/websocket.js

@@ -33,3 +33,3 @@ "use strict";

this.connection = new reconnecting_websocket_1.default(this.endpoint, [], {
WebSocket: ws_1.default,
WebSocket: global?.WebSocket || ws_1.default,
startClosed: true,

@@ -36,0 +36,0 @@ maxRetries: Infinity

@@ -47,4 +47,4 @@ "use strict";

WebSocket: global?.WebSocket || ws_1.default,
maxRetries: Infinity,
startClosed: true
startClosed: true,
maxRetries: Infinity
});

@@ -51,0 +51,0 @@ return new Promise((resolve, reject) => {

{
"name": "simple-helix-api",
"version": "4.1.6",
"version": "4.1.7",
"description": "The Simple Helix API allows developers to easily develop applications for Twitch",

@@ -19,4 +19,4 @@ "main": "./dist/index.js",

"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"dotenv": "^16.4.5",

@@ -23,0 +23,0 @@ "eslint": "^8.57.0",

@@ -15,3 +15,3 @@ /// <reference types="node" />

subscribedEvents: Partial<Record<TEventType, (...args: any) => any>>;
readonly events: EventEmitter;
readonly events: EventEmitter<[never]>;
readonly WebsocketEvents: {

@@ -18,0 +18,0 @@ CONNECTED: string;

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