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.6 to 1.0.7

2

package.json
{
"name": "webvr-libs",
"version": "1.0.6",
"version": "1.0.7",
"description": "WebVR libraries",

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

@@ -154,2 +154,11 @@ /**

var autoUpdate = scene.autoUpdate;
if ( autoUpdate ) {
scene.updateMatrixWorld();
scene.autoUpdate = false;
}
var eyeParamsL = vrHMD.getEyeParameters( 'left' );

@@ -213,2 +222,8 @@ var eyeParamsR = vrHMD.getEyeParameters( 'right' );

if ( autoUpdate ) {
scene.autoUpdate = true;
}
if ( isPresenting && !deprecatedAPI ) {

@@ -215,0 +230,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