You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@arkadiuminc/sdk

Package Overview
Dependencies
Maintainers
8
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arkadiuminc/sdk - npm Package Compare versions

Comparing version

to
2.48.0

5

dist/pkg/api/features/auth/index.d.ts

@@ -30,2 +30,4 @@ import { Backend } from '../backend/backend.api';

openAuthForm(): Promise<void>;
closeAuthForm(): Promise<void>;
onOpenAuthForm(observer: any): void;
}

@@ -45,3 +47,4 @@ export declare function getAvatarLink(avatarName: string, extension: string): string;

openAuthForm(): Promise<void>;
onOpenAuthForm(observer: any): (() => void) | undefined;
closeAuthForm(): Promise<void>;
onOpenAuthForm(observer: any): void | undefined;
getUserId(): Promise<string | undefined>;

@@ -48,0 +51,0 @@ }

1

dist/pkg/api/features/backend/backend.api.d.ts

@@ -46,4 +46,5 @@ import { ApiGateway as UserApiGateway } from '@arkadium/eagle-user-client';

openAuthForm(): void;
closeAuthForm(): void;
logout(): void;
getUserGameData(): UserGameDataApi | undefined;
}
{
"name": "@arkadiuminc/sdk",
"version": "2.47.0",
"version": "2.48.0",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],