Socket
Socket
Sign inDemoInstall

@pixi/core

Package Overview
Dependencies
32
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.2.1 to 7.2.2

2

lib/index.js

@@ -117,3 +117,3 @@ 'use strict';

const VERSION = "7.2.1";
const VERSION = "7.2.2";

@@ -120,0 +120,0 @@ exports.utils = utils__namespace;

@@ -15,3 +15,3 @@ 'use strict';

if (options.hello) {
console.log(`PixiJS ${"7.2.1"} - ${renderer.rendererLogId} - https://pixijs.com`);
console.log(`PixiJS ${"7.2.2"} - ${renderer.rendererLogId} - https://pixijs.com`);
}

@@ -18,0 +18,0 @@ renderer.resize(renderer.screen.width, renderer.screen.height);

{
"name": "@pixi/core",
"version": "7.2.1",
"version": "7.2.2",
"main": "lib/index.js",

@@ -43,12 +43,12 @@ "module": "lib/index.mjs",

"dependencies": {
"@pixi/color": "7.2.1",
"@pixi/constants": "7.2.1",
"@pixi/extensions": "7.2.1",
"@pixi/math": "7.2.1",
"@pixi/runner": "7.2.1",
"@pixi/settings": "7.2.1",
"@pixi/ticker": "7.2.1",
"@pixi/utils": "7.2.1",
"@pixi/color": "7.2.2",
"@pixi/constants": "7.2.2",
"@pixi/extensions": "7.2.2",
"@pixi/math": "7.2.2",
"@pixi/runner": "7.2.2",
"@pixi/settings": "7.2.2",
"@pixi/ticker": "7.2.2",
"@pixi/utils": "7.2.2",
"@types/offscreencanvas": "^2019.6.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc