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.4 to 0.2.5

6

index.js
var ARAudioPlayer = {
type :'araudio',
socket: null,
buildCoreMarkup: function(trackNumber){
var track = trackNumber;
var result = `player.add('${track.cover}', '${track.audio}', {title: '${track.title}', author: '${track.author}', year: '${track.year}'});`;
return result;
},
spawn: function(){

@@ -5,0 +11,0 @@ var self = this;

2

package.JSON
{
"name": "araudioplayer",
"version": "0.2.4",
"version": "0.2.5",
"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