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

@technote-space/game-interface

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@technote-space/game-interface - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

dist/GameBase.d.ts

@@ -17,2 +17,4 @@ import { IGame } from './IGame';

protected abstract performPerceive(index: number): Promise<boolean>;
actionExpression(index: number): string;
perceiveExpression(index: number): string;
protected correctionItemScale(): number;

@@ -19,0 +21,0 @@ getScore(): number;

@@ -51,2 +51,8 @@ "use strict";

}
actionExpression(index) {
return `行動${index}`;
}
perceiveExpression(index) {
return `知覚${index}`;
}
correctionItemScale() {

@@ -53,0 +59,0 @@ // eslint-disable-next-line no-magic-numbers

@@ -9,4 +9,6 @@ import { GameSettings } from './types';

perceive(index: number): Promise<boolean>;
actionExpression(index: number): string;
perceiveExpression(index: number): string;
getScore(): number;
draw(target: string | HTMLCanvasElement): void;
}

2

package.json
{
"name": "@technote-space/game-interface",
"version": "0.1.0",
"version": "0.2.0",
"description": "",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is not supported yet

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