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.10 to 0.1.11

2

package.json
{
"name": "audio-manager",
"version": "0.1.10",
"version": "0.1.11",
"description": "Play sounds using Web Audio, fallback to HTML5 Audio",

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

@@ -80,2 +80,8 @@ var inherits = require('util').inherits;

if (this.source) {
this.source.disconnect(gainNode);
this.source.onended = null;
this.source = null;
}
this.sourceConnector = null;

@@ -305,2 +311,4 @@ this.gain = null;

if (this.source) this.source.disconnect(this.sourceConnector);
var sourceNode = this.source = this.audioContext.createBufferSource();

@@ -307,0 +315,0 @@ sourceNode.connect(this.sourceConnector);

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