Socket
Socket
Sign inDemoInstall

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 2.2.0 to 2.2.1

2

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

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

@@ -127,4 +127,4 @@ # webm-muxer - JavaScript WebM multiplexer

bytes at which to write the data and a boolean indicating whether the muxer is done writing data. Note that the same
segment of bytes might be written to multiple times and therefore you need to write the data in the same order the
function gave it to you.
segment of bytes might be written to multiple times, and therefore you need to write the data in the same order the
function gave it to you. If you don't want this, set `streaming` to `true`.

@@ -131,0 +131,0 @@ ```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