Comparing version 0.0.36 to 0.0.37
{ | ||
"name": "js-ffmpeg", | ||
"description": "JS FFMpeg", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"author": "Ziggeo", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/jsonize/js-ffmpeg", |
@@ -110,3 +110,4 @@ Scoped.require([ | ||
var isImage = infos.length === 1 && infos[0].image && !infos[0].video && !infos[0].audio; | ||
var isImage = infos.length === 1 && ((infos[0].image && !infos[0].video && !infos[0].audio) || | ||
(infos[0].video && infos[0].format_default_extension.includes("_pipe"))); | ||
@@ -113,0 +114,0 @@ var passes = 1; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
871833
2699
3