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

@arkadiuminc/sdk

Package Overview
Dependencies
Maintainers
6
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 0.0.13 to 0.0.14

4

dist/pkg/api/features/game-state/game-state.api.d.ts

@@ -26,4 +26,4 @@ import { GameIdReaderContract } from '../environment/environment.api';

loadGameState<T>(key: string): Promise<{
cloud: SaveDataContract<T>;
local: SaveDataContract<T>;
cloud: SaveDataContract<T> | null;
local: SaveDataContract<T> | null;
}>;

@@ -30,0 +30,0 @@ private loadData;

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