Socket
Socket
Sign inDemoInstall

@pixi/display

Package Overview
Dependencies
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/display - npm Package Compare versions

Comparing version 5.0.4 to 5.1.0

16

dist/display.js
/*!
* @pixi/display - v5.0.4
* Compiled Fri, 07 Jun 2019 17:17:49 UTC
* @pixi/display - v5.1.0
* Compiled Fri, 19 Jul 2019 21:54:36 UTC
*

@@ -506,3 +506,3 @@ * @pixi/display is licensed under the MIT License.

*
* @member {PIXI.Graphics|PIXI.Sprite}
* @member {PIXI.Graphics|PIXI.Sprite|null}
* @protected

@@ -1075,3 +1075,3 @@ */

*
* @member {PIXI.Graphics|PIXI.Sprite}
* @member {PIXI.Graphics|PIXI.Sprite|null}
*/

@@ -1105,3 +1105,9 @@ prototypeAccessors.mask.get = function ()

// performance increase to avoid using call.. (10x faster)
/**
* DisplayObject default updateTransform, does not update children of container.
* Will crash if there's no parent element.
*
* @memberof PIXI.DisplayObject#
* @function displayObjectUpdateTransform
*/
DisplayObject.prototype.displayObjectUpdateTransform = DisplayObject.prototype.updateTransform;

@@ -1108,0 +1114,0 @@

/*!
* @pixi/display - v5.0.4
* Compiled Fri, 07 Jun 2019 17:17:49 UTC
* @pixi/display - v5.1.0
* Compiled Fri, 19 Jul 2019 21:54:36 UTC
*

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

/*!
* @pixi/display - v5.0.4
* Compiled Fri, 07 Jun 2019 17:17:49 UTC
* @pixi/display - v5.1.0
* Compiled Fri, 19 Jul 2019 21:54:36 UTC
*

@@ -506,3 +506,3 @@ * @pixi/display is licensed under the MIT License.

*
* @member {PIXI.Graphics|PIXI.Sprite}
* @member {PIXI.Graphics|PIXI.Sprite|null}
* @protected

@@ -1075,3 +1075,3 @@ */

*
* @member {PIXI.Graphics|PIXI.Sprite}
* @member {PIXI.Graphics|PIXI.Sprite|null}
*/

@@ -1105,3 +1105,9 @@ prototypeAccessors.mask.get = function ()

// performance increase to avoid using call.. (10x faster)
/**
* DisplayObject default updateTransform, does not update children of container.
* Will crash if there's no parent element.
*
* @memberof PIXI.DisplayObject#
* @function displayObjectUpdateTransform
*/
DisplayObject.prototype.displayObjectUpdateTransform = DisplayObject.prototype.updateTransform;

@@ -1108,0 +1114,0 @@

/*!
* @pixi/display - v5.0.4
* Compiled Fri, 07 Jun 2019 17:17:49 UTC
* @pixi/display - v5.1.0
* Compiled Fri, 19 Jul 2019 21:54:36 UTC
*

@@ -510,3 +510,3 @@ * @pixi/display is licensed under the MIT License.

*
* @member {PIXI.Graphics|PIXI.Sprite}
* @member {PIXI.Graphics|PIXI.Sprite|null}
* @protected

@@ -1079,3 +1079,3 @@ */

*
* @member {PIXI.Graphics|PIXI.Sprite}
* @member {PIXI.Graphics|PIXI.Sprite|null}
*/

@@ -1109,3 +1109,9 @@ prototypeAccessors.mask.get = function ()

// performance increase to avoid using call.. (10x faster)
/**
* DisplayObject default updateTransform, does not update children of container.
* Will crash if there's no parent element.
*
* @memberof PIXI.DisplayObject#
* @function displayObjectUpdateTransform
*/
DisplayObject.prototype.displayObjectUpdateTransform = DisplayObject.prototype.updateTransform;

@@ -1112,0 +1118,0 @@

{
"name": "@pixi/display",
"version": "5.0.4",
"version": "5.1.0",
"main": "lib/display.js",

@@ -22,5 +22,2 @@ "module": "lib/display.es.js",

},
"scripts": {
"test": "floss --path test"
},
"files": [

@@ -31,10 +28,7 @@ "lib",

"dependencies": {
"@pixi/math": "^5.0.4",
"@pixi/settings": "^5.0.4",
"@pixi/utils": "^5.0.4"
"@pixi/math": "^5.1.0",
"@pixi/settings": "^5.1.0",
"@pixi/utils": "^5.1.0"
},
"devDependencies": {
"floss": "^2.2.0"
},
"gitHead": "7a771ca5f05eeba62222b53446d0c2bdfcac37f7"
"gitHead": "05c5e0e0beba56e886c74f201bf7efe576612570"
}

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 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