New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

audio-slot-param

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-slot-param - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

apply.js

@@ -7,3 +7,3 @@ var interpolate = require('./lib/interpolate.js')

var release = null
var release = null
var lastValue = null

@@ -26,3 +26,3 @@ var currentTime = context.audio.currentTime

if (currentTime != null){
if (currentTime != null && isFinite(lastValue)) {
target.setValueAtTime(lastValue, currentTime)

@@ -48,4 +48,4 @@ }

descriptor.fromValue = descriptor.fromValue != null ?
descriptor.fromValue :
descriptor.fromValue = descriptor.fromValue != null ?
descriptor.fromValue :
fromValue

@@ -126,2 +126,2 @@

}
}
}
{
"name": "audio-slot-param",
"version": "1.0.2",
"version": "1.0.3",
"description": "Link and transform schedule-based observables and connect to AudioParams (Web Audio API).",

@@ -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