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

@remotion/compositor-win32-x64-msvc

Package Overview
Dependencies
Maintainers
1
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/compositor-win32-x64-msvc - npm Package Compare versions

Comparing version 3.3.79 to 4.0.0-alpha.111

ffmpeg/remotion/bin/ffmpeg.exe

3

index.d.ts
export const binaryPath: string;
export const ffmpegPath: string;
export const ffprobePath: string;
export const ffmpegCwd: string;

@@ -1,1 +0,17 @@

exports.binaryPath = require.resolve("./compositor.exe");
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");

7

package.json
{
"version": "3.3.79",
"version": "4.0.0-alpha.111+6fd1a79a5",
"name": "@remotion/compositor-win32-x64-msvc",

@@ -20,3 +20,4 @@ "os": [

"access": "public"
}
}
},
"gitHead": "6fd1a79a5bab8c77aa15cab08a51916419c1c4b4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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