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

@akashic/game-configuration

Package Overview
Dependencies
Maintainers
5
Versions
26
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 1.8.0 to 1.9.0

7

lib/AssetConfiguration.d.ts

@@ -159,2 +159,9 @@ import type { AudioAssetHint, ImageAssetHint, VectorImageAssetHint, CommonArea } from "@akashic/pdi-types";

type: "script";
/**
* 他のアセットよりも優先して読み込むかどうか。
* この値が真であるアセットは、エントリポイントよりも先行して実行される。
* global が真ではないアセットを先行して読み込むことはできない。
* preload が真のアセットが複数ある場合、それらの実行順序は保証されない点に注意。
*/
preload?: boolean;
}

@@ -161,0 +168,0 @@ /**

5

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

@@ -64,3 +64,4 @@ "main": "lib/index.js",

"^.+\\.ts$": [
"ts-jest", {
"ts-jest",
{
"tsconfig": "tsconfig.jest.json"

@@ -67,0 +68,0 @@ }

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