Socket
Socket
Sign inDemoInstall

twitch-auth

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitch-auth - npm Package Compare versions

Comparing version 4.4.0-pre.3 to 4.4.0-pre.4

6

lib/helpers.js

@@ -187,7 +187,7 @@ "use strict";

else {
logger === null || logger === void 0 ? void 0 : logger.err("Retrieving an access token failed: " + e_2.message);
logger === null || logger === void 0 ? void 0 : logger.error("Retrieving an access token failed: " + e_2.message);
}
return [3 /*break*/, 6];
case 6:
logger === null || logger === void 0 ? void 0 : logger.warning('No valid token available; trying to refresh');
logger === null || logger === void 0 ? void 0 : logger.warn('No valid token available; trying to refresh');
if (!provider.refresh) return [3 /*break*/, 12];

@@ -212,3 +212,3 @@ _a.label = 7;

else {
logger === null || logger === void 0 ? void 0 : logger.err("Refreshing the access token failed: " + e_3.message);
logger === null || logger === void 0 ? void 0 : logger.error("Refreshing the access token failed: " + e_3.message);
}

@@ -215,0 +215,0 @@ return [3 /*break*/, 12];

{
"name": "twitch-auth",
"version": "4.4.0-pre.3",
"version": "4.4.0-pre.4",
"description": "Authenticate with Twitch and stop caring about refreshing tokens.",

@@ -33,7 +33,7 @@ "keywords": [

"@d-fischer/deprecate": "^2.0.2",
"@d-fischer/logger": "^2.1.1",
"@d-fischer/logger": "^3.1.0",
"@d-fischer/shared-utils": "^3.0.1",
"tslib": "^2.0.3",
"twitch-api-call": "^4.4.0-pre.3",
"twitch-common": "^4.4.0-pre.3"
"twitch-api-call": "^4.4.0-pre.4",
"twitch-common": "^4.4.0-pre.4"
},

@@ -50,3 +50,3 @@ "files": [

},
"gitHead": "07b157033e2bd9f568d067ca0a14bd45605b26fe"
"gitHead": "a60241e3df92b4ad24ba7f242a54b6a7d852befd"
}

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