Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mixvideo/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mixvideo/cli - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+2
-1
dist/index.js

@@ -21,4 +21,5 @@ #!/usr/bin/env node

const files = await (0, import_promises.readdir)((0, import_path.join)(root, "videos"));
return files[Math.floor(Math.random() * files.length)];
const file = files[Math.floor(Math.random() * files.length)];
return (0, import_path.join)(root, "videos", file);
}
main();

@@ -20,4 +20,5 @@ #!/usr/bin/env node

const files = await readdir(join(root, "videos"));
return files[Math.floor(Math.random() * files.length)];
const file = files[Math.floor(Math.random() * files.length)];
return join(root, "videos", file);
}
main();
{
"name": "@mixvideo/cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gemini AI API client library for MixVideo project",

@@ -5,0 +5,0 @@ "main": "dist/index.js",