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

common-game

Package Overview
Dependencies
Maintainers
2
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-game - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

6

common-game.js

@@ -107,8 +107,2 @@ import * as PIXI from "@tbminiapp/pixi-miniprogram-engine";

}
let touches = e.touches;
touches.forEach(touch => {
touch.x = touch.x || touch.clientX || 0;
touch.y = touch.y || touch.clientY || 0;
})
!!this.game.fullClick && this.game.fullClick(_type, {

@@ -115,0 +109,0 @@ data: { global: { x, y }, originalEvent: { touches: e.touches } },

2

package.json
{
"name": "common-game",
"version": "1.0.21",
"version": "1.0.22",
"description": "",

@@ -5,0 +5,0 @@ "main": "common-game.js",

Sorry, the diff of this file is too big to display

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