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 7.0.0-alpha to 7.0.0-alpha.2

4

dist/cjs/display.js
/*!
* @pixi/display - v7.0.0-alpha
* Compiled Fri, 09 Sep 2022 16:09:18 UTC
* @pixi/display - v7.0.0-alpha.2
* Compiled Sun, 18 Sep 2022 20:45:04 UTC
*

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

"use strict";/*!
* @pixi/display - v7.0.0-alpha
* Compiled Fri, 09 Sep 2022 16:09:18 UTC
* @pixi/display - v7.0.0-alpha.2
* Compiled Sun, 18 Sep 2022 20:45:04 UTC
*

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

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

* and Sprite.
*
* ```js
* @example
* import { BlurFilter } from '@pixi/filter-blur';

@@ -169,4 +168,4 @@ * import { Container } from '@pixi/display';

*
* let container = new Container();
* let sprite = Sprite.from("https://s3-us-west-2.amazonaws.com/s.cdpn.io/693612/IaUrttj.png");
* const container = new Container();
* const sprite = Sprite.from("https://s3-us-west-2.amazonaws.com/s.cdpn.io/693612/IaUrttj.png");
*

@@ -188,3 +187,2 @@ * sprite.width = 512;

* .endFill();
* ```
* @memberof PIXI

@@ -895,3 +893,5 @@ */

* @example
* const graphics = new PIXI.Graphics();
* import { Graphics, Sprite } from 'pixi.js';
*
* const graphics = new Graphics();
* graphics.beginFill(0xFF3300);

@@ -901,5 +901,5 @@ * graphics.drawRect(50, 250, 100, 100);

*
* const sprite = new PIXI.Sprite(texture);
* const sprite = new Sprite(texture);
* sprite.mask = graphics;
* @todo At the moment, PIXI.CanvasRenderer doesn't support PIXI.Sprite as mask.
* @todo At the moment, CanvasRenderer doesn't support Sprite as mask.
*/

@@ -906,0 +906,0 @@ get mask(): Container | MaskData | null;

{
"name": "@pixi/display",
"version": "7.0.0-alpha",
"version": "7.0.0-alpha.2",
"main": "dist/cjs/display.js",

@@ -41,3 +41,3 @@ "module": "dist/esm/display.mjs",

],
"gitHead": "da993226df64b804a9c00ed9ee4d011191467b8a"
"gitHead": "439f6c1606ba63b26a93173284d25c35a7682b17"
}

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

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