Socket
Socket
Sign inDemoInstall

@pixi/display

Package Overview
Dependencies
3
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.4.0 to 6.4.2

4

dist/browser/display.min.js
/*!
* @pixi/display - v6.4.0
* Compiled Wed, 01 Jun 2022 21:14:23 UTC
* @pixi/display - v6.4.2
* Compiled Thu, 02 Jun 2022 15:39:26 UTC
*

@@ -5,0 +5,0 @@ * @pixi/display is licensed under the MIT License.

/*!
* @pixi/display - v6.4.0
* Compiled Wed, 01 Jun 2022 21:14:23 UTC
* @pixi/display - v6.4.2
* Compiled Thu, 02 Jun 2022 15:39:26 UTC
*

@@ -5,0 +5,0 @@ * @pixi/display is licensed under the MIT License.

/*!
* @pixi/display - v6.4.0
* Compiled Wed, 01 Jun 2022 21:14:23 UTC
* @pixi/display - v6.4.2
* Compiled Thu, 02 Jun 2022 15:39:26 UTC
*

@@ -5,0 +5,0 @@ * @pixi/display is licensed under the MIT License.

@@ -887,3 +887,5 @@ /// <reference path="./global.d.ts" />

* {@link PIXI.Graphics} or a {@link PIXI.Sprite} object. This allows for much faster masking in canvas as it
* utilities shape clipping. To remove a mask, set this property to `null`.
* utilities shape clipping. Furthermore, a mask of an object must be in the subtree of its parent.
* Otherwise, `getLocalBounds` may calculate incorrect bounds, which makes the container's width and height wrong.
* To remove a mask, set this property to `null`.
*

@@ -890,0 +892,0 @@ * For sprite mask both alpha and red channel are used. Black mask is the same as transparent mask.

{
"name": "@pixi/display",
"version": "6.4.0",
"version": "6.4.2",
"main": "dist/cjs/display.js",

@@ -11,8 +11,8 @@ "module": "dist/esm/display.js",

"import": {
"default": "./dist/cjs/display.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"default": "./dist/esm/display.js"
},
"require": {
"default": "./dist/esm/display.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"default": "./dist/cjs/display.js"
}

@@ -42,7 +42,7 @@ }

"peerDependencies": {
"@pixi/math": "6.4.0",
"@pixi/settings": "6.4.0",
"@pixi/utils": "6.4.0"
"@pixi/math": "6.4.2",
"@pixi/settings": "6.4.2",
"@pixi/utils": "6.4.2"
},
"gitHead": "e7eaa713b6e0eeb335e90384aec778f5c99c60d5"
"gitHead": "a87bb87036d5fb9119ee92fd9c3da23b5bb9424b"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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