Socket
Socket
Sign inDemoInstall

@twurple/api

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twurple/api - npm Package Compare versions

Comparing version 7.1.0-pre.9 to 7.1.0

2

lib/endpoints/chat/HelixChatApi.js

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

query: this._createModeratorActionQuery(broadcasterId),
}, this._client, data => new HelixChatChatter_1.HelixChatChatter(data, this._client));
}, this._client, data => new HelixChatChatter_1.HelixChatChatter(data, this._client), 1000);
}

@@ -85,0 +85,0 @@ /**

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

get userId() {
return this[common_1.rawDataSymbol].id;
return this[common_1.rawDataSymbol].user_id;
}

@@ -27,3 +27,3 @@ /**

get userName() {
return this[common_1.rawDataSymbol].login;
return this[common_1.rawDataSymbol].user_login;
}

@@ -34,3 +34,3 @@ /**

get userDisplayName() {
return this[common_1.rawDataSymbol].name;
return this[common_1.rawDataSymbol].user_name;
}

@@ -41,3 +41,3 @@ /**

async getUser() {
return await this._client.users.getUserById(this[common_1.rawDataSymbol].id);
return await this._client.users.getUserById(this[common_1.rawDataSymbol].user_id);
}

@@ -44,0 +44,0 @@ /**

@@ -8,5 +8,5 @@ /**

export interface HelixPredictorData {
id: string;
name: string;
login: string;
user_id: string;
user_name: string;
user_login: string;
channel_points_used: number;

@@ -13,0 +13,0 @@ channel_points_won: number | null;

{
"name": "@twurple/api",
"version": "7.1.0-pre.9",
"version": "7.1.0",
"publishConfig": {

@@ -43,4 +43,4 @@ "access": "public"

"@d-fischer/typed-event-emitter": "^3.3.1",
"@twurple/api-call": "7.1.0-pre.9",
"@twurple/common": "7.1.0-pre.9",
"@twurple/api-call": "7.1.0",
"@twurple/common": "7.1.0",
"retry": "^0.13.1",

@@ -50,7 +50,7 @@ "tslib": "^2.0.3"

"devDependencies": {
"@twurple/auth": "7.1.0-pre.9",
"@twurple/auth": "7.1.0",
"@types/retry": "^0.12.2"
},
"peerDependencies": {
"@twurple/auth": "7.1.0-pre.9"
"@twurple/auth": "7.1.0"
},

@@ -57,0 +57,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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