Socket
Socket
Sign inDemoInstall

aframe-core

Package Overview
Dependencies
441
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.1.0-pre

dist/aframe-core.js.map

2

package.json
{
"name": "aframe-core",
"version": "0.0.9",
"version": "0.1.0-pre",
"homepage": "https://github.com/aframevr/aframe-core",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -677,5 +677,5 @@ /* global MessageChannel, Promise */

compatModalLink = document.createElement('a');
compatModalLink.setAttribute('href', 'http://mozvr.com#viewing-vr');
compatModalLink.setAttribute('href', 'http://mozvr.com/#start');
compatModalLink.setAttribute('target', '_blank');
compatModalLink.innerHTML = 'Learn more at mozvr.com';
compatModalLink.innerHTML = 'Learn more.';
vrButton = document.createElement('button');

@@ -693,3 +693,3 @@ vrButton.className = ENTER_VR_BTN_CLASS;

if (!checkHeadsetConnected()) {
compatModalText.innerHTML = 'A virtual reality headset was not detected.';
compatModalText.innerHTML = 'Use a VR headset or mobile phone for VR.';
wrapper.setAttribute(ENTER_VR_NO_HEADSET, '');

@@ -700,3 +700,3 @@ }

if (!hasWebVR) {
compatModalText.innerHTML = 'Sorry, your browser does not support virtual reality.';
compatModalText.innerHTML = 'Use a VR-compatible browser or mobile phone for VR.';
wrapper.setAttribute(ENTER_VR_NO_WEBVR, '');

@@ -703,0 +703,0 @@ } else {

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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