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 3.12.0 to 3.13.0

11

modulators/lfo.js

@@ -14,2 +14,3 @@ var Observ = require('observ')

var active = []
var scheduledTo = 0

@@ -82,3 +83,3 @@ var free = {

at: at,
value: obs.value.getValueAt(at)
value: 0
})

@@ -103,3 +104,3 @@

at: stopAt,
value: obs.value.getValueAt(stopAt)
value: 0
})

@@ -138,3 +139,3 @@

if (!obs.trigger()){
if (!obs.trigger() && context.active && context.active()){
scheduleEvent(free, from, to, schedule.beatDuration)

@@ -211,5 +212,5 @@ }

} else if (mode === 'subtract'){
return base - value
return value - base
} else {
return value + (base * value)
return base * value
}

@@ -216,0 +217,0 @@ }

{
"name": "audio-slot",
"version": "3.12.0",
"version": "3.13.0",
"description": "Web Audio API FRP wrapper for creating, routing, and triggering AudioNodes.",

@@ -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