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 5.2.0 to 5.2.1

2

package.json
{
"name": "audio-slot",
"version": "5.2.0",
"version": "5.2.1",
"description": "Web Audio API FRP wrapper for creating, routing, and triggering AudioNodes.",

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

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

}
}

@@ -124,3 +123,2 @@

var to = schedule.time + schedule.duration
for (var i = active.length - 1;i >= 0;i--) {

@@ -151,3 +149,3 @@ var event = active[i]

if (event.start <= from && (!event.end || event.end > to)) {
if (event.start <= to && (!event.end || event.end > from)) {
var rate = obs.rate.getValueAt(from)

@@ -163,3 +161,2 @@

step(event.nextTime, duration)
event.nextTime += duration

@@ -166,0 +163,0 @@ if (obs.mode() !== 'oneshot') {

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