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
358
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 4.0.0-alpha.217 to 4.0.0-alpha4

3

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

@@ -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");

7

package.json
{
"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

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