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

@arkadiuminc/sdk

Package Overview
Dependencies
Maintainers
0
Versions
100
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 2.24.0 to 2.24.1

4

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

@@ -5,2 +5,3 @@ import { RpcProvider } from '../../core/rpc';

import { IHost } from '../host';
import { DebugProvider } from '../../core/debug-provider';

@@ -30,2 +31,3 @@ interface EnvironmentVersion {

private rpcProvider;
private debugProvider;
private providers;

@@ -36,3 +38,3 @@ private configuredProviders;

providersTypes: typeof AnalyticsProviderType;
constructor(host: IHost, rpcProvider: RpcProvider);
constructor(host: IHost, rpcProvider: RpcProvider, debugProvider: DebugProvider);
getEnvVersion(): Promise<EnvironmentVersion>;

@@ -39,0 +41,0 @@ setGameVersion(v: string): Promise<void>;

{
"name": "@arkadiuminc/sdk",
"version": "2.24.0",
"version": "2.24.1",
"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