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.9.0 to 3.10.0

1

index.js

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

context.noteOffset = obs.noteOffset
context.slot = obs

@@ -46,0 +47,0 @@ obs.volume(function(value){

5

modulators/value.js

@@ -8,4 +8,6 @@ var Observ = require('observ')

function ValueModulator(context){
function ValueModulator(parentContext){
var context = Object.create(parentContext)
var obs = ObservStruct({

@@ -17,2 +19,3 @@ id: Observ(),

obs._type = 'ValueModulator'
context.slot = obs

@@ -19,0 +22,0 @@ var broadcast = null

{
"name": "audio-slot",
"version": "3.9.0",
"version": "3.10.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