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.7.0 to 3.8.0

2

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

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

@@ -68,4 +68,12 @@ var Observ = require('observ')

var lastShape = 'sine'
obs.shape(function(shape){
oscillator.type = shape
if (shape !== lastShape) {
if (context.periodicWaves && context.periodicWaves[shape]) {
oscillator.setPeriodicWave(context.periodicWaves[shape])
} else {
oscillator.type = shape
}
lastShape = shape
}
})

@@ -72,0 +80,0 @@

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