Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

audio-effects

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-effects - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

dist/helpers/hasGetUserMedia.js

4

dist/audio-nodes/effects/Input.js

@@ -8,3 +8,3 @@ "use strict";

var SingleAudioNode_1 = require('../SingleAudioNode');
var HasGetUserMedia_1 = require('../../helpers/HasGetUserMedia');
var hasGetUserMedia_1 = require('../../helpers/hasGetUserMedia');
/**

@@ -47,3 +47,3 @@ * The audio-effects input node.

return new Promise(function (resolve, reject) {
if (HasGetUserMedia_1.HasGetUserMedia) {
if (hasGetUserMedia_1.HasGetUserMedia) {
navigator.getUserMedia({

@@ -50,0 +50,0 @@ audio: true

{
"name": "audio-effects",
"version": "1.2.3",
"version": "1.2.4",
"description": "A javascript library to create audio effects using the web-audio-api",

@@ -5,0 +5,0 @@ "main": "dist/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