Socket
Socket
Sign inDemoInstall

stream-audio-level

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

3

dist/index.d.ts

@@ -1,2 +0,2 @@

interface WatchStreamAudioLevelOption {
export interface WatchStreamAudioLevelOption {
minHz?: number;

@@ -8,2 +8,1 @@ maxHz?: number;

export declare const watchStreamAudioLevel: (stream: MediaStream, onUpdate: (v: number) => void, opt?: WatchStreamAudioLevelOption) => (() => void);
export {};
{
"name": "stream-audio-level",
"version": "0.0.2",
"version": "0.0.3",
"description": "Watch MediaStream audio level",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc