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 4.8.2 to 4.8.3

2

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

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

@@ -43,3 +43,3 @@ var ObservStruct = require('observ-struct')

var frequency = Transform(context, [
var frequency = Transform(context, [
{ param: obs.frequency },

@@ -62,2 +62,8 @@ { param: obs.octave, transform: transformOctave },

obs.choke = function (at) {
if (choker) {
choker.gain.setTargetAtTime(0, at, 0.02)
}
}
obs.triggerOn = function (at) {

@@ -64,0 +70,0 @@ at = at || context.audio.currentTime

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