Socket
Socket
Sign inDemoInstall

@pixi/core

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/core - npm Package Compare versions

Comparing version 7.2.0-beta.2 to 7.2.0-beta.3

2

lib/index.js

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

const VERSION = "7.2.0-beta.2";
const VERSION = "7.2.0-beta.3";

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

@@ -103,3 +103,3 @@ import type { RENDERER_TYPE } from '@pixi/constants';

/** The resolution / device pixel ratio of the renderer. */
readonly resolution: number;
resolution: number;
/** the width of the screen */

@@ -106,0 +106,0 @@ readonly width: number;

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

if (options.hello) {
console.log(`PixiJS ${"7.2.0-beta.2"} - ${renderer.rendererLogId} - https://pixijs.com`);
console.log(`PixiJS ${"7.2.0-beta.3"} - ${renderer.rendererLogId} - https://pixijs.com`);
}

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

{
"name": "@pixi/core",
"version": "7.2.0-beta.2",
"version": "7.2.0-beta.3",
"main": "lib/index.js",

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

"dependencies": {
"@pixi/color": "7.2.0-beta.2",
"@pixi/constants": "7.2.0-beta.2",
"@pixi/extensions": "7.2.0-beta.2",
"@pixi/math": "7.2.0-beta.2",
"@pixi/runner": "7.2.0-beta.2",
"@pixi/settings": "7.2.0-beta.2",
"@pixi/ticker": "7.2.0-beta.2",
"@pixi/utils": "7.2.0-beta.2",
"@pixi/color": "7.2.0-beta.3",
"@pixi/constants": "7.2.0-beta.3",
"@pixi/extensions": "7.2.0-beta.3",
"@pixi/math": "7.2.0-beta.3",
"@pixi/runner": "7.2.0-beta.3",
"@pixi/settings": "7.2.0-beta.3",
"@pixi/ticker": "7.2.0-beta.3",
"@pixi/utils": "7.2.0-beta.3",
"@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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc