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.4.2 to 0.4.3

3

dist/GameBase.js

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

getScore() {
return this.performGetScore() - this.step / this.gameSettings.stepLimit * this.correctionItemScale();
// eslint-disable-next-line no-magic-numbers
return Math.max(0, this.performGetScore() - this.step / this.gameSettings.stepLimit * this.correctionItemScale());
}

@@ -67,0 +68,0 @@ static getCanvas(target) {

{
"name": "@technote-space/game-interface",
"version": "0.4.2",
"version": "0.4.3",
"description": "",

@@ -35,3 +35,3 @@ "author": {

"@types/jest": "^26.0.4",
"@types/node": "^14.0.20",
"@types/node": "^14.0.21",
"@typescript-eslint/eslint-plugin": "^3.6.0",

@@ -38,0 +38,0 @@ "@typescript-eslint/parser": "^3.6.0",

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