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.1.0 to 3.1.1

6

build/webm-muxer.d.ts

@@ -94,3 +94,3 @@ /**

/** The file data will be written into a single large buffer, which is then stored in `buffer`. */
/** The file data will be written into a single large buffer, which is then stored in `buffer` upon finalization. */
declare class ArrayBufferTarget {

@@ -191,6 +191,4 @@ buffer: ArrayBuffer;

* finished. This method will then finish up the writing process of the WebM file.
* @returns Should you have used `target: 'buffer'` in the configuration options, this method will return the
* buffer containing the final WebM file.
*/
finalize(): ArrayBuffer | null;
finalize(): void;
}

@@ -197,0 +195,0 @@

{
"name": "webm-muxer",
"version": "3.1.0",
"version": "3.1.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc