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.0.4 to 5.1.0

2

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

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

@@ -16,3 +16,2 @@ var Processor = require('../processor.js')

ratio: Param(context, node.ratio.defaultValue),
reduction: Param(context, node.reduction.defaultValue),
attack: Param(context, node.attack.defaultValue),

@@ -25,3 +24,2 @@ release: Param(context, node.release.defaultValue)

Apply(context, node.ratio, obs.ratio)
Apply(context, node.reduction, obs.reduction)
Apply(context, node.attack, obs.attack)

@@ -28,0 +26,0 @@ Apply(context, node.release, obs.release)

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