New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mp4-muxer

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mp4-muxer - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

6

build/mp4-muxer.d.ts

@@ -61,3 +61,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 {

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

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

@@ -168,0 +166,0 @@

{
"name": "mp4-muxer",
"version": "2.1.1",
"version": "2.1.2",
"description": "MP4 multiplexer in pure TypeScript with support for WebCodecs API, video & audio.",

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