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.5.0 to 1.6.0-beta.0

6

lib/AssetConfiguration.d.ts

@@ -126,3 +126,3 @@ import { AudioAssetHint, ImageAssetHint, VectorImageAssetHint, CommonArea } from "@akashic/pdi-types";

/**
* 再生時間。
* 再生時間。単位はミリ秒。
*/

@@ -138,2 +138,6 @@ duration: number;

hint?: AudioAssetHint;
/**
* 再生開始位置。単位はミリ秒。
*/
offset?: number;
}

@@ -140,0 +144,0 @@ /**

5

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

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

"publishConfig": {
"@akashic:registry": "https://registry.npmjs.org/"
"@akashic:registry": "https://registry.npmjs.org/",
"tag": "next"
}
}
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