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

@akashic/game-configuration

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic/game-configuration - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

lib/AssetBundleConfiguration.d.ts

1

lib/GameConfiguration.d.ts

@@ -82,2 +82,3 @@ import type { RendererCandidate } from "@akashic/pdi-types";

renderers?: (string | RendererCandidate)[];
assetBundle?: string;
}

@@ -84,0 +85,0 @@ export interface NormalizedGameConfiguration extends GameConfiguration {

export * from "./AssetConfiguration";
export * from "./AssetBundleConfiguration";
export * from "./GameConfiguration";
export * from "./OperationPluginInfo";

@@ -18,3 +18,4 @@ "use strict";

__exportStar(require("./AssetConfiguration"), exports);
__exportStar(require("./AssetBundleConfiguration"), exports);
__exportStar(require("./GameConfiguration"), exports);
__exportStar(require("./OperationPluginInfo"), exports);

2

package.json
{
"name": "@akashic/game-configuration",
"version": "2.3.0",
"version": "2.4.0",
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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