Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shoutem/fetch-token-intercept

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shoutem/fetch-token-intercept - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

lib/AccessTokenProvider.js

4

lib/services/RetryCountExceededException.js

@@ -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",

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