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

webm-muxer

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webm-muxer - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

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

@@ -5,0 +5,0 @@ "main": "./build/webm-muxer.js",

@@ -287,3 +287,3 @@ # webm-muxer - JavaScript WebM multiplexer

## Implementation
## Implementation & development
WebM files are a subset of the more general Matroska media container format. Matroska in turn uses a format known as

@@ -290,0 +290,0 @@ EBML (think of it like binary XML) to structure its file. This project therefore implements a simple EBML writer to

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