Socket
Socket
Sign inDemoInstall

@pixi/accessibility

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

Comparing version 5.0.0-rc to 5.0.0-rc.2

6

lib/accessibility.es.js
/*!
* @pixi/accessibility - v5.0.0-rc
* Compiled Fri, 01 Feb 2019 04:50:10 UTC
* @pixi/accessibility - v5.0.0-rc.2
* Compiled Mon, 18 Feb 2019 23:45:28 UTC
*

@@ -115,3 +115,3 @@ * @pixi/accessibility is licensed under the MIT License.

this._hookDiv = null;
if ((Device.tablet || Device.phone) && !navigator.isCocoonJS)
if (Device.tablet || Device.phone)
{

@@ -118,0 +118,0 @@ this.createTouchHook();

/*!
* @pixi/accessibility - v5.0.0-rc
* Compiled Fri, 01 Feb 2019 04:50:10 UTC
* @pixi/accessibility - v5.0.0-rc.2
* Compiled Mon, 18 Feb 2019 23:45:28 UTC
*

@@ -121,3 +121,3 @@ * @pixi/accessibility is licensed under the MIT License.

this._hookDiv = null;
if ((Device.tablet || Device.phone) && !navigator.isCocoonJS)
if (Device.tablet || Device.phone)
{

@@ -124,0 +124,0 @@ this.createTouchHook();

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

@@ -28,12 +28,12 @@ "module": "lib/accessibility.es.js",

"dependencies": {
"@pixi/core": "^5.0.0-rc",
"@pixi/display": "^5.0.0-rc",
"@pixi/utils": "^5.0.0-rc",
"@pixi/core": "^5.0.0-rc.2",
"@pixi/display": "^5.0.0-rc.2",
"@pixi/utils": "^5.0.0-rc.2",
"ismobilejs": "^0.5.1"
},
"devDependencies": {
"@pixi/canvas-renderer": "^5.0.0-rc",
"@pixi/canvas-renderer": "^5.0.0-rc.2",
"floss": "^2.1.5"
},
"gitHead": "9026a1bbca9a9d86b7a3b6d5eb4fa2c3145c2b85"
"gitHead": "53b354f4e01d3baee7223756dd09a3163ad29d0f"
}

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