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

cardboard-vr-display

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardboard-vr-display - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "cardboard-vr-display",
"version": "1.0.12",
"version": "1.0.13",
"homepage": "https://github.com/immersive-web/cardboard-vr-display",

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

@@ -127,2 +127,7 @@ /*

this.config.DEBUG);
if (this.sensor) {
this.sensor.removeEventListener('reading', this._onSensorRead);
this.sensor.removeEventListener('error', this._onSensorError);
this.sensor = null;
}
}

@@ -173,2 +178,3 @@

}
this.useDeviceMotion();
}

@@ -175,0 +181,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