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

@pixi/filter-alpha

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/filter-alpha - npm Package Compare versions

Comparing version 5.0.0-alpha.3 to 5.0.0-rc

8

lib/filter-alpha.es.js
/*!
* @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

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