@pixi/filter-alpha
Advanced tools
Comparing version 5.0.0-alpha.3 to 5.0.0-rc
/*! | ||
* @pixi/filter-alpha - v5.0.0-alpha.3 | ||
* Compiled Tue, 03 Jul 2018 04:08:21 UTC | ||
* @pixi/filter-alpha - v5.0.0-rc | ||
* Compiled Fri, 01 Feb 2019 04:50:10 UTC | ||
* | ||
@@ -14,3 +14,3 @@ * @pixi/filter-alpha is licensed under the MIT License. | ||
/** | ||
* Simplest filter - applies alpha | ||
* Simplest filter - applies alpha. | ||
* | ||
@@ -31,3 +31,3 @@ * Use this instead of Container's alpha property to avoid visual layering of individual elements. | ||
*/ | ||
var AlphaFilter = (function (Filter$$1) { | ||
var AlphaFilter = /*@__PURE__*/(function (Filter$$1) { | ||
function AlphaFilter(alpha) | ||
@@ -34,0 +34,0 @@ { |
/*! | ||
* @pixi/filter-alpha - v5.0.0-alpha.3 | ||
* Compiled Tue, 03 Jul 2018 04:08:21 UTC | ||
* @pixi/filter-alpha - v5.0.0-rc | ||
* Compiled Fri, 01 Feb 2019 04:50:10 UTC | ||
* | ||
@@ -18,3 +18,3 @@ * @pixi/filter-alpha is licensed under the MIT License. | ||
/** | ||
* Simplest filter - applies alpha | ||
* Simplest filter - applies alpha. | ||
* | ||
@@ -35,3 +35,3 @@ * Use this instead of Container's alpha property to avoid visual layering of individual elements. | ||
*/ | ||
var AlphaFilter = (function (Filter$$1) { | ||
var AlphaFilter = /*@__PURE__*/(function (Filter) { | ||
function AlphaFilter(alpha) | ||
@@ -41,3 +41,3 @@ { | ||
Filter$$1.call(this, fragments.defaultVertex, fragment, { uAlpha: 1 }); | ||
Filter.call(this, fragments.defaultVertex, fragment, { uAlpha: 1 }); | ||
@@ -47,4 +47,4 @@ this.alpha = alpha; | ||
if ( Filter$$1 ) AlphaFilter.__proto__ = Filter$$1; | ||
AlphaFilter.prototype = Object.create( Filter$$1 && Filter$$1.prototype ); | ||
if ( Filter ) AlphaFilter.__proto__ = Filter; | ||
AlphaFilter.prototype = Object.create( Filter && Filter.prototype ); | ||
AlphaFilter.prototype.constructor = AlphaFilter; | ||
@@ -51,0 +51,0 @@ |
{ | ||
"name": "@pixi/filter-alpha", | ||
"version": "5.0.0-alpha.3", | ||
"version": "5.0.0-rc", | ||
"main": "lib/filter-alpha.js", | ||
"module": "lib/filter-alpha.es.js", | ||
"description": "Support for legacy browser JavaScript environments", | ||
"description": "Filter that applies alpha evenly across the entire display object and any opaque elements it contains", | ||
"author": "Mat Groves", | ||
@@ -25,8 +25,9 @@ "contributors": [ | ||
"dependencies": { | ||
"@pixi/core": "^5.0.0-alpha.3", | ||
"@pixi/fragments": "^5.0.0-alpha.3" | ||
"@pixi/core": "^5.0.0-rc", | ||
"@pixi/fragments": "^5.0.0-rc" | ||
}, | ||
"devDependencies": { | ||
"floss": "^2.1.3" | ||
} | ||
"floss": "^2.1.5" | ||
}, | ||
"gitHead": "9026a1bbca9a9d86b7a3b6d5eb4fa2c3145c2b85" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10295
131258
+ Addedgopd@1.1.0(transitive)
- Removedgopd@1.0.1(transitive)
Updated@pixi/core@^5.0.0-rc
Updated@pixi/fragments@^5.0.0-rc