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

webvr-polyfill

Package Overview
Dependencies
Maintainers
3
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.10.6 to 0.10.7

6

package.json
{
"name": "webvr-polyfill",
"version": "0.10.6",
"version": "0.10.7",
"homepage": "https://github.com/immersive-web/webvr-polyfill",

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

"localStorage": "^1.0.3",
"mocha": "^3.2.0",
"mocha": "^5.0.0",
"rollup": "^0.52.1",

@@ -50,4 +50,4 @@ "rollup-plugin-babel": "^3.0.2",

"dependencies": {
"cardboard-vr-display": "1.0.13"
"cardboard-vr-display": "^1.0.14"
}
}

@@ -80,2 +80,6 @@ # WebVR Polyfill

### iframes
There are some concerns and caveats when embedding polyfilled WebVR content inside iframes. [More information is documented in the cardboard-vr-display README](https://github.com/immersive-web/cardboard-vr-display#iframes).
## Goals

@@ -82,0 +86,0 @@

@@ -80,5 +80,2 @@ /*

// Flag to enable touch panner. In case you have your own touch controls.
TOUCH_PANNER_DISABLED: true,
// Flag to disabled the UI in VR Mode.

@@ -85,0 +82,0 @@ CARDBOARD_UI_DISABLED: false, // Default: false

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

PREDICTION_TIME_S: this.config.PREDICTION_TIME_S,
TOUCH_PANNER_DISABLED: this.config.TOUCH_PANNER_DISABLED,
ROTATE_INSTRUCTIONS_DISABLED: this.config.ROTATE_INSTRUCTIONS_DISABLED,

@@ -70,0 +69,0 @@ YAW_ONLY: this.config.YAW_ONLY,

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

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