Socket
Socket
Sign inDemoInstall

make-dev-fast

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-dev-fast - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

7

dist/git.js

@@ -77,2 +77,3 @@ var __create = Object.create;

let gitAddress = commands[1];
gitAddress = gitAddress.replace(/[\?\#].*$/, "");
let dirName = "";

@@ -99,6 +100,10 @@ let branch = "";

if (branch) {
await (0, import_utils.exec)(`cd ${dirName};git checkout ${branch}`);
await (0, import_utils.exec)(`cd ${dirName};git checkout ${branch} --`);
console.log(`auto change banch to ${branch}`);
}
console.log(`git clone ${gitAddress} ${dirName ? `to ${dirName} ` : ""}success`);
console.log(`You can use the following command to enter the project directory:`);
console.log("");
console.log(`cd ${dirName}`);
console.log("");
}

@@ -105,0 +110,0 @@ async checkUser() {

2

package.json
{
"name": "make-dev-fast",
"version": "0.2.5",
"version": "0.2.6",
"description": "make-dev-fast",

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

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