@remotion/compositor-win32-x64-msvc
Advanced tools
Comparing version 4.0.0-alpha.217 to 4.0.0-alpha4
export const binaryPath: string; | ||
export const ffmpegPath: string; | ||
export const ffprobePath: string; | ||
export const ffmpegCwd: string; |
18
index.js
@@ -1,17 +0,1 @@ | ||
const path = require("path"); | ||
exports.binaryPath = path.resolve(__dirname, "compositor.exe"); | ||
exports.ffmpegPath = path.resolve( | ||
__dirname, | ||
"ffmpeg", | ||
"remotion", | ||
"bin", | ||
"ffmpeg.exe" | ||
); | ||
exports.ffprobePath = path.resolve( | ||
__dirname, | ||
"ffmpeg", | ||
"remotion", | ||
"bin", | ||
"ffprobe.exe" | ||
); | ||
exports.ffmpegCwd = path.resolve(__dirname, "ffmpeg"); | ||
exports.binaryPath = require.resolve("./compositor.exe"); |
{ | ||
"version": "4.0.0-alpha.217+27eff7599", | ||
"version": "4.0.0-alpha4", | ||
"name": "@remotion/compositor-win32-x64-msvc", | ||
@@ -20,4 +20,3 @@ "os": [ | ||
"access": "public" | ||
}, | ||
"gitHead": "27eff759935b19b666e29f4f46dd5bdd6214e188" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 16 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
2
937347
6
5