🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@alore/auth-react-sdk

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alore/auth-react-sdk - npm Package Compare versions

Comparing version
1.1.0-alpha.4
to
1.1.0-alpha.5
+2
-1
dist/utils/AloreAuth.js

@@ -536,4 +536,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

let delayValue = initialDelay;
const isLocal = this.aloreBaseUrl.includes('localhost') || this.aloreBaseUrl.includes('127.0.0.1');
// eslint-disable-next-line no-undef
const init = Object.assign(Object.assign({}, options), { credentials: 'include', headers: Object.assign(Object.assign({}, options === null || options === void 0 ? void 0 : options.headers), { 'X-CLIENT-ID': this.clientId, 'CF-Connecting-IP': '127.0.0.1' }) });
const init = Object.assign(Object.assign({}, options), { credentials: 'include', headers: Object.assign(Object.assign(Object.assign({}, options === null || options === void 0 ? void 0 : options.headers), { 'X-CLIENT-ID': this.clientId }), (isLocal && { 'CF-Connecting-IP': '127.0.0.1' })) });
while (attempt < maxAttempts) {

@@ -540,0 +541,0 @@ if (attempt > 0) {

{
"name": "@alore/auth-react-sdk",
"version": "1.1.0-alpha.4",
"version": "1.1.0-alpha.5",
"repository": "https://github.com/0xCarbon/alore-js",

@@ -5,0 +5,0 @@ "description": "SDK for Alore Auth",