Socket
Socket
Sign inDemoInstall

webm-muxer

Package Overview
Dependencies
2
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.2 to 3.1.3

8

build/webm-muxer.d.ts

@@ -20,11 +20,11 @@ /**

/**
* The width of the video, in pixels.
* The width of the video in pixels.
*/
width: number,
/**
* The height of the video, in pixels.
* The height of the video in pixels.
*/
height: number,
/**
* The frame rate of the video, in frames per second. This property is optional and usually used for metadata
* The frame rate of the video in frames per second. This property is optional and usually used for metadata
* only.

@@ -53,3 +53,3 @@ */

/**
* The sample rate in the audio rate, in samples per second per channel.
* The sample rate of the audio track in samples per second per channel.
*/

@@ -56,0 +56,0 @@ sampleRate: number,

{
"name": "webm-muxer",
"version": "3.1.2",
"version": "3.1.3",
"description": "WebM multiplexer in pure TypeScript with support for WebCodecs API, video & audio.",

@@ -5,0 +5,0 @@ "main": "./build/webm-muxer.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