New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 0.10.2

2

package.json
{
"name": "webvr-polyfill",
"version": "0.10.1",
"version": "0.10.2",
"homepage": "https://github.com/googlevr/webvr-polyfill",

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

@@ -35,2 +35,8 @@ /*

// By default, on mobile, a wakelock is necessary to prevent the device's screen
// from turning off without user input. Disable if you're keeping the screen awake through
// other means on mobile. A wakelock is never used on desktop.
// Added in 0.10.2.
MOBILE_WAKE_LOCK: true,
// Whether or not CardboardVRDisplay is in debug mode. Logs extra

@@ -37,0 +43,0 @@ // messages. Added in 0.10.0.

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

var vrDisplay = new CardboardVRDisplay({
MOBILE_WAKE_LOCK: this.config.MOBILE_WAKE_LOCK,
DEBUG: this.config.DEBUG,

@@ -56,0 +57,0 @@ DPDB_URL: this.config.DPDB_URL,

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