Socket
Socket
Sign inDemoInstall

@pixi/display

Package Overview
Dependencies
Maintainers
2
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 7.2.2 to 7.2.3

6

lib/DisplayObject.d.ts

@@ -101,3 +101,3 @@ import { Rectangle, Transform, utils } from '@pixi/core';

* <p>
* Another quite interesting observation is that "skew.x", "skew.y", rotation are communtative operations. Indeed,
* Another quite interesting observation is that "skew.x", "skew.y", rotation are commutative operations. Indeed,
* because rotation is essentially a careful combination of the two.

@@ -197,5 +197,3 @@ * </p>

*
* It is recommended that applications use the `renderable` property for culling. See
* [@pixi-essentials/cull]{@link https://www.npmjs.com/package/@pixi-essentials/cull} or
* [pixi-cull]{@link https://www.npmjs.com/package/pixi-cull} for more details.
* For culling purposes, it is recommended that applications use the [cullable]{@link PIXI.DisplayObject#cullable} property.
*

@@ -202,0 +200,0 @@ * Otherwise, to prevent an object from rendering in the general-purpose sense - `visible` is the property to use. This

{
"name": "@pixi/display",
"version": "7.2.2",
"version": "7.2.3",
"main": "lib/index.js",

@@ -39,4 +39,4 @@ "module": "lib/index.mjs",

"peerDependencies": {
"@pixi/core": "7.2.2"
"@pixi/core": "7.2.3"
}
}

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