@brainsights/media-tools
Advanced tools
Comparing version 3.4.6 to 3.4.7
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2808235
13
1