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.7 to 4.1.9

2

dist/lib/eventsub/websocket.js

@@ -34,3 +34,2 @@ "use strict";

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

@@ -41,3 +40,2 @@ });

this.connection.onmessage = ({ data }) => this.onMessage(data, resolve);
return this.connection.reconnect();
});

@@ -44,0 +42,0 @@ }

@@ -47,3 +47,2 @@ "use strict";

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

@@ -55,3 +54,2 @@ });

this.connection.onmessage = ({ data }) => this.onMessage(data, resolve, reject);
return this.connection.reconnect();
});

@@ -58,0 +56,0 @@ }

14

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

@@ -10,7 +10,7 @@ "main": "./dist/index.js",

"dependencies": {
"axios": "1.6.7",
"axios": "1.7.2",
"irc-message": "^3.0.2",
"irc-message-ts": "^3.0.6",
"reconnecting-websocket": "^4.4.0",
"ws": "^8.16.0"
"ws": "^8.17.0"
},

@@ -20,9 +20,9 @@ "devDependencies": {

"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},

@@ -29,0 +29,0 @@ "resolutions": {

@@ -0,0 +0,0 @@ # About

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