New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

audio-manager

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-manager - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

component.json
{
"name": "AudioManager",
"repo": "Wizcorp/AudioManager",
"version": "0.1.6",
"version": "0.1.7",
"description": "Play sounds using Web Audio, fallback to HTML5 Audio",

@@ -6,0 +6,0 @@ "dependencies": {

{
"name": "audio-manager",
"version": "0.1.6",
"version": "0.1.7",
"description": "Play sounds using Web Audio, fallback to HTML5 Audio",

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

@@ -117,2 +117,3 @@ var inherits = require('util').inherits;

this.pan = value;
if (!this.panNode) return;
if (this.panNode.pan) {

@@ -119,0 +120,0 @@ // stereo panning

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