Socket
Socket
Sign inDemoInstall

@twurple/api

Package Overview
Dependencies
Maintainers
2
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 5.0.0-pre.3 to 5.0.0-pre.4

2

lib/ApiClient.js

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

}
if (!(accessToken.isExpired && authProvider.refresh)) return [3 /*break*/, 5];
if (!(auth_1.accessTokenIsExpired(accessToken) && authProvider.refresh)) return [3 /*break*/, 5];
return [4 /*yield*/, authProvider.refresh()];

@@ -104,0 +104,0 @@ case 4:

{
"name": "@twurple/api",
"version": "5.0.0-pre.3",
"version": "5.0.0-pre.4",
"publishConfig": {

@@ -39,5 +39,5 @@ "access": "public"

"@d-fischer/rate-limiter": "^0.4.2",
"@d-fischer/shared-utils": "^3.0.1",
"@twurple/api-call": "^5.0.0-pre.3",
"@twurple/common": "^5.0.0-pre.3",
"@d-fischer/shared-utils": "^3.1.1",
"@twurple/api-call": "^5.0.0-pre.4",
"@twurple/common": "^5.0.0-pre.4",
"top-package": "^1.0.0",

@@ -47,3 +47,3 @@ "tslib": "^2.0.3"

"devDependencies": {
"@twurple/auth": "^5.0.0-pre.3"
"@twurple/auth": "^5.0.0-pre.4"
},

@@ -64,3 +64,3 @@ "peerDependencies": {

},
"gitHead": "9fb8fd7a259a3b6d8d30d72befb70bf24395077a"
"gitHead": "2f164d76f712097eb35ff1917dc8e5796b741b7e"
}

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