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

@brainsights/media-tools

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainsights/media-tools - npm Package Compare versions

Comparing version 3.4.6 to 3.4.7

test/out.webm

4

media-track.js

@@ -271,3 +271,3 @@ const _ = require("lodash");

pass1.on("progress", (progress) => {
context.progress(progress.percent);
context.progress(Math.max(100,progress.percent));
});

@@ -305,3 +305,3 @@ pass1.on("start", (command) => {

pass2.on("progress", (progress) => {
context.progress(progress.percent);
context.progress(Math.max(100,progress.percent));
});

@@ -308,0 +308,0 @@ pass2.on("start", (command) => {

{
"name": "@brainsights/media-tools",
"version": "3.4.6",
"version": "3.4.7",
"description": "Tools for reading metadata and transcoding media files.",

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