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
1
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 0.0.6 to 0.0.7

2

package.json
{
"name": "common-game",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

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

@@ -48,6 +48,6 @@ import * as PIXI from "@tbminiapp/pixi-miniprogram-engine";

if (!!this[`${name}Container`]) {
try{
try {
this[`${name}Container`].destroy();
this[`${name}Container`] = null;
}catch(e){
} catch (e) {
console.log(e)

@@ -156,3 +156,4 @@ }

}
sprite.scale.set(1, 1);
let scale = Object.assign({ x: 1, y: 1 }, tImg.scale);
sprite.scale.set(scale.x, scale.y);

@@ -159,0 +160,0 @@ sprite.type = tImg.type || "";

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