Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pixi/app

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/app - npm Package Compare versions

Comparing version 7.0.2 to 7.0.3

6

lib/Application.d.ts

@@ -41,3 +41,3 @@ import { Container } from '@pixi/display';

*/
export declare class Application {
export declare class Application<VIEW extends ICanvas = ICanvas> {
/** Collection of installed plugins. */

@@ -54,3 +54,3 @@ static _plugins: IApplicationPlugin[];

*/
renderer: IRenderer;
renderer: IRenderer<VIEW>;
/**

@@ -99,3 +99,3 @@ * @param {object} [options] - The optional renderer parameters.

*/
get view(): ICanvas;
get view(): VIEW;
/**

@@ -102,0 +102,0 @@ * Reference to the renderer's screen rectangle. Its safe to use as `filterArea` or `hitArea` for the whole screen.

{
"name": "@pixi/app",
"version": "7.0.2",
"version": "7.0.3",
"main": "lib/index.js",

@@ -42,3 +42,3 @@ "module": "lib/index.mjs",

],
"gitHead": "55e5e0da83f7771eb2a85033fb03898319a2c346"
"gitHead": "1a8c89762cc348a7cb7c5f97b0cf97b2695c38b9"
}

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