Socket
Socket
Sign inDemoInstall

@pixi/settings

Package Overview
Dependencies
1
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-rc.3 to 5.0.0

13

dist/settings.js
/*!
* @pixi/settings - v5.0.0-rc.3
* Compiled Fri, 22 Mar 2019 16:33:44 UTC
* Compiled Tue, 30 Apr 2019 02:21:00 UTC
*

@@ -12,3 +12,3 @@ * @pixi/settings is licensed under the MIT License.

var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

@@ -20,3 +20,3 @@ function commonjsRequire () {

function unwrapExports (x) {
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x.default : x;
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
}

@@ -29,3 +29,3 @@

function getCjsExportFromNamespace (n) {
return n && n.default || n;
return n && n['default'] || n;
}

@@ -193,3 +193,3 @@

* @property {boolean} forceFXAA=false
* @property {boolean} autoResize=false
* @property {boolean} autoDensity=false
* @property {boolean} transparent=false

@@ -207,3 +207,3 @@ * @property {number} backgroundColor=0x000000

forceFXAA: false,
autoResize: false,
autoDensity: false,
transparent: false,

@@ -286,2 +286,3 @@ backgroundColor: 0x000000,

* Default specify float precision in fragment shader.
* iOS is best set at highp due to https://github.com/pixijs/pixi.js/issues/3742
*

@@ -288,0 +289,0 @@ * @static

/*!
* @pixi/settings - v5.0.0-rc.3
* Compiled Fri, 22 Mar 2019 16:33:44 UTC
* Compiled Tue, 30 Apr 2019 02:21:00 UTC
*

@@ -167,3 +167,3 @@ * @pixi/settings is licensed under the MIT License.

* @property {boolean} forceFXAA=false
* @property {boolean} autoResize=false
* @property {boolean} autoDensity=false
* @property {boolean} transparent=false

@@ -181,3 +181,3 @@ * @property {number} backgroundColor=0x000000

forceFXAA: false,
autoResize: false,
autoDensity: false,
transparent: false,

@@ -260,2 +260,3 @@ backgroundColor: 0x000000,

* Default specify float precision in fragment shader.
* iOS is best set at highp due to https://github.com/pixijs/pixi.js/issues/3742
*

@@ -262,0 +263,0 @@ * @static

/*!
* @pixi/settings - v5.0.0-rc.3
* Compiled Fri, 22 Mar 2019 16:33:44 UTC
* Compiled Tue, 30 Apr 2019 02:21:00 UTC
*

@@ -172,3 +172,3 @@ * @pixi/settings is licensed under the MIT License.

* @property {boolean} forceFXAA=false
* @property {boolean} autoResize=false
* @property {boolean} autoDensity=false
* @property {boolean} transparent=false

@@ -186,3 +186,3 @@ * @property {number} backgroundColor=0x000000

forceFXAA: false,
autoResize: false,
autoDensity: false,
transparent: false,

@@ -265,2 +265,3 @@ backgroundColor: 0x000000,

* Default specify float precision in fragment shader.
* iOS is best set at highp due to https://github.com/pixijs/pixi.js/issues/3742
*

@@ -267,0 +268,0 @@ * @static

{
"name": "@pixi/settings",
"version": "5.0.0-rc.3",
"version": "5.0.0",
"main": "lib/settings.js",

@@ -35,3 +35,3 @@ "module": "lib/settings.es.js",

},
"gitHead": "8bd27c8b903ae2c8f90d91d64e82d65b19ac1cdb"
"gitHead": "607e68419902444cde15f2d69588fbd189481cd8"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc