New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arkadiuminc/sdk

Package Overview
Dependencies
Maintainers
6
Versions
123
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 0.0.15 to 0.0.16

10

dist/pkg/api/features/backend/backend.api.d.ts
import { ApiGateway as UserApiGateway } from '@arkadium/eagle-user-client';
import { ApiGateway as PaymentsApiGateway } from '@arkadium/eagle-payments-api-client';
import { ApiGateway as VirtualItemApiGateway } from '@arkadium/eagle-virtual-items-api-client';
import { UserGameDataApi } from '@arkadium/eagle-user-client/dist/types/api/v1/user-game-data.api';

@@ -11,4 +9,7 @@ export declare enum ApiEnv {

user: Awaited<ReturnType<typeof UserApiGateway.prototype.getAuthApi>> | null;
paymentsApiGateway: Awaited<ReturnType<typeof PaymentsApiGateway.prototype.getApi>> | null;
virtualItemApiGateway: Awaited<ReturnType<typeof VirtualItemApiGateway.prototype.getApi>> | null;
private paymentsApiGateway;
private virtualItemApiGateway;
Aevents: {
onAuthStateChanged: number;
};
private userGateway;

@@ -22,2 +23,3 @@ userGameData: UserGameDataApi | null;

};
addEventListener(event: number, cb: () => void): void;
init(e: ApiEnv, isGameSide: boolean): Promise<void>;

@@ -24,0 +26,0 @@ checkAuth(): void;

2

package.json
{
"name": "@arkadiuminc/sdk",
"version": "0.0.15",
"version": "0.0.16",
"description": "",

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

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