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.13 to 0.0.14

2

package.json
{
"name": "common-game",
"version": "0.0.13",
"version": "0.0.14",
"description": "",

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

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

container.children.forEach(sprite => {
if (sprite.visible) {
if (sprite.visible && !sprite.bzOld) {
let x = sprite.x + container.x;

@@ -168,0 +168,0 @@ let y = sprite.y + container.y;

@@ -1,3 +0,1 @@

import * as PIXI from "@tbminiapp/pixi-miniprogram-engine";
export default {

@@ -4,0 +2,0 @@ audioFun: function (audioSrc, audioGlobalName) {

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