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

@akashic/playlog

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic/playlog - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

8

lib/Event.d.ts

@@ -102,2 +102,3 @@ import type * as storage from "./StorageData";

10?: number;
11?: number;
}

@@ -115,3 +116,4 @@ export declare const enum PointMoveEventIndex {

PrevDeltaY = 9,
EntityId = 10
EntityId = 10,
Button = 11
}

@@ -127,2 +129,3 @@ export interface PointUpEvent extends Event {

10?: number;
11?: number;
}

@@ -140,3 +143,4 @@ export declare const enum PointUpEventIndex {

PrevDeltaY = 9,
EntityId = 10
EntityId = 10,
Button = 11
}

@@ -143,0 +147,0 @@ export interface OperationEvent extends Event {

@@ -88,2 +88,3 @@ "use strict";

PointMoveEventIndex[PointMoveEventIndex["EntityId"] = 10] = "EntityId";
PointMoveEventIndex[PointMoveEventIndex["Button"] = 11] = "Button";
})(PointMoveEventIndex = exports.PointMoveEventIndex || (exports.PointMoveEventIndex = {}));

@@ -103,2 +104,3 @@ var PointUpEventIndex;

PointUpEventIndex[PointUpEventIndex["EntityId"] = 10] = "EntityId";
PointUpEventIndex[PointUpEventIndex["Button"] = 11] = "Button";
})(PointUpEventIndex = exports.PointUpEventIndex || (exports.PointUpEventIndex = {}));

@@ -105,0 +107,0 @@ var OperationEventIndex;

{
"name": "@akashic/playlog",
"version": "3.2.0",
"version": "3.3.0",
"description": "The interface definition of Playlog, the serialization format of Akashic game execution",

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

@@ -134,2 +134,3 @@ <p align="center">

| 10 | number | YES | エンティティID |
| 11 | button | YES | ボタンの種類 |

@@ -150,2 +151,3 @@ #### PointUpEvent (0x23)

| 10 | number | YES | エンティティID |
| 11 | button | YES | ボタンの種類 |

@@ -152,0 +154,0 @@ #### OperationEvent (0x40)

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