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.20 to 1.0.21

5

common-game.js

@@ -108,4 +108,3 @@ import * as PIXI from "@tbminiapp/pixi-miniprogram-engine";

let _e = JSON.parse(JSON.stringify(e));
let touches = _e.touches;
let touches = e.touches;
touches.forEach(touch => {

@@ -116,3 +115,3 @@ touch.x = touch.x || touch.clientX || 0;

!!this.game.fullClick && this.game.fullClick(_type, {
data: { global: { x, y }, originalEvent: { touches: _e.touches } },
data: { global: { x, y }, originalEvent: { touches: e.touches } },
});

@@ -119,0 +118,0 @@ }

2

package.json
{
"name": "common-game",
"version": "1.0.20",
"version": "1.0.21",
"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