New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-video

Package Overview
Dependencies
Maintainers
1
Versions
1031
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-video - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

6

dist/init.js

@@ -43,3 +43,7 @@ #! /usr/bin/env node

await dotfiles_1.turnIntoDot(templateDir);
await execa_1.default('cp', ['-r', templateDir, selectedDirname]);
await execa_1.default(process.platform === 'win32' ? 'copy' : 'cp', [
'-r',
templateDir,
selectedDirname,
]);
console.log('');

@@ -46,0 +50,0 @@ console.log(`Created project at ${chalk_1.default.blue(selectedDirname)}. Installing dependencies...`);

2

package.json
{
"name": "create-video",
"version": "1.0.5",
"version": "1.1.0",
"description": "",

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

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