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.15 to 1.0.16

2

bin/create.js

@@ -14,3 +14,3 @@ const shell = require("shelljs");

shell.exec("cd " + project_name + " && mv app/config/index.sample.js app/config/index.js");
shell.exec("cd " + project_name + " && yarn");
shell.exec("cd " + project_name + " && yarn install 2> >(grep -v warning 1>&2)");
log.success(project_name + ' project created successfully');

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

{
"name": "@kubibasecode/basecodecli",
"version": "1.0.15",
"version": "1.0.16",
"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