Socket
Socket
Sign inDemoInstall

@kubibasecode/basecodecli

Package Overview
Dependencies
36
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.14 to 1.0.15

2

bin/create.js

@@ -10,5 +10,7 @@ const shell = require("shelljs");

if(!await fs.existsSync(project_name)) {
shell.exec("npm install -g yarn");
shell.exec("git clone git@github.com:basecodeDev/Base.git " + project_name);
shell.exec("cd " + project_name + " && rm -rf .git && git init");
shell.exec("cd " + project_name + " && mv app/config/index.sample.js app/config/index.js");
shell.exec("cd " + project_name + " && yarn");
log.success(project_name + ' project created successfully');

@@ -15,0 +17,0 @@ log.info(project_name + '/app/config/index.js for configurations');

2

package.json
{
"name": "@kubibasecode/basecodecli",
"version": "1.0.14",
"version": "1.0.15",
"description": "Basecode cli will create construct project and create modules.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc