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

img-model

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

img-model - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

game.js

@@ -38,3 +38,10 @@ import PIXIUtils from 'common-game/pixiUtils.js';

}
start() {
this.gameStatus = "start";
}
stop() {
this.gameStatus = "stop";
}
fullClick(type, e) {
if (this.gameStatus !== "start") { return false; }
let x = e.data.global.x, y = e.data.global.y;

@@ -41,0 +48,0 @@ if (type == "start") {

2

package.json
{
"name": "img-model",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "imgModel.js",

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