Socket
Socket
Sign inDemoInstall

araudioplayer

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.6 to 0.2.7

8

index.js

@@ -78,4 +78,4 @@ var ARAudioPlayer = {

self.application.core.tether = $('#main-app-container');
self.assetsContainer = $('#embedded-assets-container');
self.application.core.build();
self.assetsContainer = self.application.core.assetsContainer;
},

@@ -304,4 +304,4 @@ add : function(coverURL, audioURL, metadata){

self.tether.append(`<a-scene embedded arjs>
<a-assets id="embedded-assets-container">
self.tether.append(`<a-scene embedded arjs='patternRatio: 0.5;'>
<a-assets timeout='20000' id="embedded-assets-container">
<img id='floor-texture' src='../media/texture/grid_pattern.png' preload='true' />

@@ -457,3 +457,3 @@ <img id='starter' src='../media/img/hov-md.png' preload='true' />

</div>`);
// self.assetsContainer = $('#embedded-assets-container');
self.assetsContainer = $('#embedded-assets-container');
}

@@ -460,0 +460,0 @@ }

{
"name": "araudioplayer",
"version": "0.2.6",
"version": "0.2.7",
"description": "audio player interface for web AR projects made by Patrice-Morgan Ongoly for the House of Venus",

@@ -5,0 +5,0 @@ "main": "index.js",

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