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

audio-slot

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-slot - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -112,3 +112,3 @@ var CustomNode = require('custom-audio-node')

var event = active[i]
if ((!event.to || at < event.to+0.01) && at > event.from){
if (!event.choked && (!event.to || at < event.to+0.01) && at > event.from){
var choker = this.context.createGain()

@@ -115,0 +115,0 @@ event.node.disconnect()

{
"name": "audio-slot",
"version": "0.1.0",
"version": "0.1.1",
"description": "Web Audio API triggerable audio slot described with JSON consisting of sources, processors, and modulators.",

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

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