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

webvr-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webvr-polyfill - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

4

package.json
{
"name": "webvr-polyfill",
"version": "0.9.4",
"version": "0.9.5",
"homepage": "https://github.com/borismus/webvr-polyfill",

@@ -27,3 +27,3 @@ "authors": [

"build": "browserify src/main.js | derequire > build/webvr-polyfill.js",
"watch": "watchify src/main.js -v -d -o build/webvr-polyfill.js",
"watch": "watchify src/main.js -v -d -o 'derequire > build/webvr-polyfill.js'",
"copy": "cp build/webvr-polyfill.js ../webvr-boilerplate/node_modules/webvr-polyfill/build/webvr-polyfill.js"

@@ -30,0 +30,0 @@ },

@@ -145,3 +145,2 @@ /*

self.isPresenting = (fullscreenElement === actualFullscreenElement);
self.fireVRDisplayPresentChange_();
if (self.isPresenting) {

@@ -163,2 +162,3 @@ if (screen.orientation && screen.orientation.lock) {

}
self.fireVRDisplayPresentChange_();
}

@@ -190,4 +190,4 @@ function onFullscreenError() {

self.isPresenting = true;
self.beginPresent_();
self.fireVRDisplayPresentChange_();
self.beginPresent_();
resolve();

@@ -214,4 +214,4 @@ }

if (!Util.exitFullscreen() && Util.isIOS()) {
self.endPresent_();
self.fireVRDisplayPresentChange_();
self.endPresent_();
}

@@ -218,0 +218,0 @@

Sorry, the diff of this file is too big to display

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