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

create-gluestack

Package Overview
Dependencies
Maintainers
0
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-gluestack - npm Package Compare versions

Comparing version

to
2.0.5-alpha.7

6

dist/utils.js

@@ -19,3 +19,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

else if (typeof define === "function" && define.amd) {
define(["require", "exports", "./data.js", "fs", "path", "simple-git", "child_process", "chalk/index.js"], factory);
define(["require", "exports", "./data.js", "fs", "path", "simple-git", "child_process", "chalk"], factory);
}

@@ -31,3 +31,3 @@ })(function (require, exports) {

const child_process_1 = require("child_process");
const index_js_1 = __importDefault(require("chalk/index.js"));
const chalk_1 = __importDefault(require("chalk"));
const { gitRepo, branch } = data_js_1.default;

@@ -58,3 +58,3 @@ function cloneProject(projectName, templateName) {

catch (e) {
console.log(index_js_1.default.red('install git first... \n'));
console.log(chalk_1.default.red('install git first... \n'));
process.exit(1);

@@ -61,0 +61,0 @@ }

@@ -13,3 +13,3 @@ {

"description": "A CLI tool for working with gluestack",
"version": "2.0.5-alpha.6",
"version": "2.0.5-alpha.7",
"license": "MIT",

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