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

@pixi/settings

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/settings - npm Package Compare versions

Comparing version 6.5.0-rc.4 to 6.5.0

5

dist/browser/settings.js
/*!
* @pixi/settings - v6.5.0-rc.4
* Compiled Wed, 20 Jul 2022 20:48:21 UTC
* @pixi/settings - v6.5.0
* Compiled Fri, 22 Jul 2022 18:41:56 UTC
*

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

// The ESM/CJS versions of ismobilejs only
var isMobile = isMobile$1(globalThis.navigator);

@@ -159,0 +158,0 @@

4

dist/browser/settings.min.js
/*!
* @pixi/settings - v6.5.0-rc.4
* Compiled Wed, 20 Jul 2022 20:48:21 UTC
* @pixi/settings - v6.5.0
* Compiled Fri, 22 Jul 2022 18:41:56 UTC
*

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

/*!
* @pixi/settings - v6.5.0-rc.4
* Compiled Wed, 20 Jul 2022 20:48:21 UTC
* @pixi/settings - v6.5.0
* Compiled Fri, 22 Jul 2022 18:41:56 UTC
*

@@ -13,4 +13,4 @@ * @pixi/settings is licensed under the MIT License.

/*!
* @pixi/constants - v6.5.0-rc.4
* Compiled Wed, 20 Jul 2022 20:48:21 UTC
* @pixi/constants - v6.5.0
* Compiled Fri, 22 Jul 2022 18:41:56 UTC
*

@@ -671,3 +671,2 @@ * @pixi/constants is licensed under the MIT License.

// The ESM/CJS versions of ismobilejs only
var isMobile = isMobile$1(globalThis.navigator);

@@ -674,0 +673,0 @@

/*!
* @pixi/settings - v6.5.0-rc.4
* Compiled Wed, 20 Jul 2022 20:48:21 UTC
* @pixi/settings - v6.5.0
* Compiled Fri, 22 Jul 2022 18:41:56 UTC
*

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

import type { ENV } from '@pixi/constants';
import { GC_MODES } from '@pixi/constants';
import type { isMobileResult } from 'ismobilejs';
import { MIPMAP_MODES } from '@pixi/constants';

@@ -79,2 +78,38 @@ import { MSAA_QUALITY } from '@pixi/constants';

declare type isMobileResult = {
apple: {
phone: boolean;
ipod: boolean;
tablet: boolean;
universal: boolean;
device: boolean;
};
amazon: {
phone: boolean;
tablet: boolean;
device: boolean;
};
android: {
phone: boolean;
tablet: boolean;
device: boolean;
};
windows: {
phone: boolean;
tablet: boolean;
device: boolean;
};
other: {
blackberry: boolean;
blackberry10: boolean;
opera: boolean;
firefox: boolean;
chrome: boolean;
device: boolean;
};
phone: boolean;
tablet: boolean;
any: boolean;
};
/**

@@ -81,0 +116,0 @@ * User's customizable globals for overriding the default PIXI settings, such

{
"name": "@pixi/settings",
"version": "6.5.0-rc.4",
"version": "6.5.0",
"main": "dist/cjs/settings.js",

@@ -43,3 +43,3 @@ "module": "dist/esm/settings.mjs",

},
"gitHead": "611ca6ad1f8f59f7ea0578fd2a490f91232c6f9d"
"gitHead": "63b9f0c48521d739e7758fc8ecab337b00ff64fc"
}

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

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