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

mux.js

Package Overview
Dependencies
Maintainers
5
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mux.js - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

lib/flv/transmuxer.js

@@ -199,4 +199,4 @@ 'use strict';

// Push extra data on every IDR frame in case we did a stream change + seek
tags.push(metaDataTag(config, frame.pts));
tags.push(extraDataTag(track, frame.pts));
tags.push(metaDataTag(config, frame.dts));
tags.push(extraDataTag(track, frame.dts));
track.newMetadata = false;

@@ -207,2 +207,3 @@ }

tags.push(frame);
h264Frame = null;
};

@@ -209,0 +210,0 @@

2

package.json
{
"name": "mux.js",
"version": "3.0.0",
"version": "3.0.1",
"description": "A collection of lightweight utilities for inspecting and manipulating video container formats.",

@@ -5,0 +5,0 @@ "repository": {

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