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

@pixi/app

Package Overview
Dependencies
Maintainers
1
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 5.4.0-rc.3 to 6.0.0-rc

7

dist/browser/app.js
/*!
* @pixi/app - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
* @pixi/app - v6.0.0-rc
* Compiled Tue, 29 Dec 2020 19:58:03 UTC
*

@@ -39,3 +39,3 @@ * @pixi/app is licensed under the MIT License.

* @param {HTMLCanvasElement} [options.view] - The canvas to use as a view, optional.
* @param {boolean} [options.transparent=false] - If the render view is transparent.
* @param {boolean} [options.contextAlpha=true] - Pass-through value for canvas' context `alpha` property.
* @param {boolean} [options.autoDensity=false] - Resizes renderer view in CSS pixels to allow for

@@ -52,2 +52,3 @@ * resolutions other than 1.

* (shown if not transparent).
* @param {number} [options.backgroundAlpha=1] - Value from 0 (fully transparent) to 1 (fully opaque).
* @param {boolean} [options.clearBeforeRender=true] - This sets if the renderer will clear the canvas or

@@ -54,0 +55,0 @@ * not before the new render pass.

/*!
* @pixi/app - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
* @pixi/app - v6.0.0-rc
* Compiled Tue, 29 Dec 2020 19:58:03 UTC
*

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

/*!
* @pixi/app - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
* @pixi/app - v6.0.0-rc
* Compiled Tue, 29 Dec 2020 19:58:03 UTC
*

@@ -42,3 +42,3 @@ * @pixi/app is licensed under the MIT License.

* @param {HTMLCanvasElement} [options.view] - The canvas to use as a view, optional.
* @param {boolean} [options.transparent=false] - If the render view is transparent.
* @param {boolean} [options.contextAlpha=true] - Pass-through value for canvas' context `alpha` property.
* @param {boolean} [options.autoDensity=false] - Resizes renderer view in CSS pixels to allow for

@@ -55,2 +55,3 @@ * resolutions other than 1.

* (shown if not transparent).
* @param {number} [options.backgroundAlpha=1] - Value from 0 (fully transparent) to 1 (fully opaque).
* @param {boolean} [options.clearBeforeRender=true] - This sets if the renderer will clear the canvas or

@@ -57,0 +58,0 @@ * not before the new render pass.

/*!
* @pixi/app - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
* @pixi/app - v6.0.0-rc
* Compiled Tue, 29 Dec 2020 19:58:03 UTC
*

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

/*!
* @pixi/app - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
* @pixi/app - v6.0.0-rc
* Compiled Tue, 29 Dec 2020 19:58:03 UTC
*

@@ -38,3 +38,3 @@ * @pixi/app is licensed under the MIT License.

* @param {HTMLCanvasElement} [options.view] - The canvas to use as a view, optional.
* @param {boolean} [options.transparent=false] - If the render view is transparent.
* @param {boolean} [options.contextAlpha=true] - Pass-through value for canvas' context `alpha` property.
* @param {boolean} [options.autoDensity=false] - Resizes renderer view in CSS pixels to allow for

@@ -51,2 +51,3 @@ * resolutions other than 1.

* (shown if not transparent).
* @param {number} [options.backgroundAlpha=1] - Value from 0 (fully transparent) to 1 (fully opaque).
* @param {boolean} [options.clearBeforeRender=true] - This sets if the renderer will clear the canvas or

@@ -53,0 +54,0 @@ * not before the new render pass.

/*!
* @pixi/app - v5.4.0-rc.3
* Compiled Thu, 10 Dec 2020 03:22:17 UTC
* @pixi/app - v6.0.0-rc
* Compiled Tue, 29 Dec 2020 19:58:03 UTC
*

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

@@ -38,3 +38,3 @@ import type { AbstractRenderer } from '@pixi/core';

* @param {HTMLCanvasElement} [options.view] - The canvas to use as a view, optional.
* @param {boolean} [options.transparent=false] - If the render view is transparent.
* @param {boolean} [options.contextAlpha=true] - Pass-through value for canvas' context `alpha` property.
* @param {boolean} [options.autoDensity=false] - Resizes renderer view in CSS pixels to allow for

@@ -51,2 +51,3 @@ * resolutions other than 1.

* (shown if not transparent).
* @param {number} [options.backgroundAlpha=1] - Value from 0 (fully transparent) to 1 (fully opaque).
* @param {boolean} [options.clearBeforeRender=true] - This sets if the renderer will clear the canvas or

@@ -53,0 +54,0 @@ * not before the new render pass.

{
"name": "@pixi/app",
"version": "5.4.0-rc.3",
"version": "6.0.0-rc",
"main": "dist/cjs/app.js",

@@ -28,10 +28,10 @@ "module": "dist/esm/app.js",

"dependencies": {
"@pixi/core": "5.4.0-rc.3",
"@pixi/display": "5.4.0-rc.3"
"@pixi/core": "6.0.0-rc",
"@pixi/display": "6.0.0-rc"
},
"devDependencies": {
"@pixi/canvas-renderer": "5.4.0-rc.3",
"@pixi/utils": "5.4.0-rc.3"
"@pixi/canvas-renderer": "6.0.0-rc",
"@pixi/utils": "6.0.0-rc"
},
"gitHead": "0c48db94f0521d85cc226fc4b15f69c30d53c765"
"gitHead": "15513755f4d9f2112df5cc261b44f2dc1f05e00c"
}

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