@shoutem/fetch-token-intercept
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -41,3 +41,3 @@ "use strict"; | ||
function RetryCountExceededException(requestUnit) { | ||
function RetryCountExceededException(requestContext) { | ||
_classCallCheck(this, RetryCountExceededException); | ||
@@ -48,3 +48,3 @@ | ||
_this.name = _this.constructor.name; | ||
_this.requestUnit = requestUnit; | ||
_this.requestContext = requestContext; | ||
@@ -51,0 +51,0 @@ // Use V8's native method if available, otherwise fallback |
@@ -41,3 +41,3 @@ "use strict"; | ||
function TokenExpiredException(requestUnit) { | ||
function TokenExpiredException(requestContext) { | ||
_classCallCheck(this, TokenExpiredException); | ||
@@ -47,3 +47,3 @@ | ||
_this.requestUnit = requestUnit; | ||
_this.requestContext = requestContext; | ||
_this.name = _this.constructor.name; | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "@shoutem/fetch-token-intercept", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Fetch interceptor for managing refresh token flow.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
38180
12
720