Socket
Socket
Sign inDemoInstall

webvr-libs

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "webvr-libs",
"version": "1.0.12",
"version": "1.0.13",
"description": "WebVR libraries",

@@ -5,0 +5,0 @@ "keywords": [

@@ -15,3 +15,3 @@ /**

var vrHMD;
var deprecatedAPI = 'getVRDevices' in navigator;
var deprecatedAPI = true;
var eyeTranslationL = new THREE.Vector3();

@@ -112,3 +112,3 @@ var eyeTranslationR = new THREE.Vector3();

if ( !fullscreenchange ) {
if ( fullscreenchange === undefined ) {

@@ -122,2 +122,3 @@ // Assume we are presenting for browsers that don't yet support the Fullscreen API (e.g., Safari/IE10).

deprecatedAPI = false; // Until latest builds support `vrdisplayconnected` and/or webvr-polyfill adds a property to identify polyfilled the `navigator.getVRDisplays`.
isPresenting = vrHMD && vrHMD.isPresenting;

@@ -124,0 +125,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc