Socket
Socket
Sign inDemoInstall

@pixi/core

Package Overview
Dependencies
29
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.2 to 7.1.3

28

global.d.ts

@@ -53,29 +53,29 @@ declare namespace GlobalMixins

{
/** @deprecated */
/** @deprecated since 7.1.0 */
FILTER_RESOLUTION: number;
/** @deprecated */
/** @deprecated since 7.1.0 */
FILTER_MULTISAMPLE: import('@pixi/constants').MSAA_QUALITY;
/** @deprecated */
/** @deprecated since 7.1.0 */
SPRITE_MAX_TEXTURES: number;
/** @deprecated */
/** @deprecated since 7.1.0 */
SPRITE_BATCH_SIZE: number;
/** @deprecated */
/** @deprecated since 7.1.0 */
MIPMAP_TEXTURES: import('@pixi/constants').MIPMAP_MODES;
/** @deprecated */
/** @deprecated since 7.1.0 */
ANISOTROPIC_LEVEL: number;
/** @deprecated */
/** @deprecated since 7.1.0 */
WRAP_MODE: import('@pixi/constants').WRAP_MODES;
/** @deprecated */
/** @deprecated since 7.1.0 */
SCALE_MODE: import('@pixi/constants').SCALE_MODES;
/** @deprecated */
/** @deprecated since 7.1.0 */
CAN_UPLOAD_SAME_BUFFER: boolean;
/** @deprecated */
/** @deprecated since 7.1.0 */
PRECISION_VERTEX: import('@pixi/constants').PRECISION,
/** @deprecated */
/** @deprecated since 7.1.0 */
PRECISION_FRAGMENT: import('@pixi/constants').PRECISION,
/** @deprecated */
/** @deprecated since 7.1.0 */
GC_MODE: import('@pixi/constants').GC_MODES,
/** @deprecated */
/** @deprecated since 7.1.0 */
GC_MAX_IDLE: number,
/** @deprecated */
/** @deprecated since 7.1.0 */
GC_MAX_CHECK_COUNT: number,

@@ -82,0 +82,0 @@

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

const VERSION = "7.1.2";
const VERSION = "7.1.3";

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

@@ -180,3 +180,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 */

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

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

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

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

{
"name": "@pixi/core",
"version": "7.1.2",
"version": "7.1.3",
"main": "lib/index.js",

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

"dependencies": {
"@pixi/constants": "7.1.2",
"@pixi/extensions": "7.1.2",
"@pixi/math": "7.1.2",
"@pixi/runner": "7.1.2",
"@pixi/settings": "7.1.2",
"@pixi/ticker": "7.1.2",
"@pixi/utils": "7.1.2",
"@pixi/constants": "7.1.3",
"@pixi/extensions": "7.1.3",
"@pixi/math": "7.1.3",
"@pixi/runner": "7.1.3",
"@pixi/settings": "7.1.3",
"@pixi/ticker": "7.1.3",
"@pixi/utils": "7.1.3",
"@types/offscreencanvas": "^2019.6.4"
},
"gitHead": "27e65c73bb36a06fd00d6da5bf460bbee9f6c984"
"gitHead": "232489b10c051880a3cc4eff321ceebdd61a4562"
}

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