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.26 to 1.0.27

2

package.json
{
"name": "common-game",
"version": "1.0.26",
"version": "1.0.27",
"description": "",

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

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

if (!options.noPIXI) {
const application = this.app = new PIXI.Application({
const application = this.app = new PIXI.Application(Object.assign({
view: canvas,
...options
});
}, options));
const context = application.renderer instanceof PIXI.CanvasRenderer ? application.renderer.context : application.renderer.gl;

@@ -165,0 +164,0 @@ Object.assign(obj, { context, application });

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