Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gluestack/cli-utils

Package Overview
Dependencies
Maintainers
17
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gluestack/cli-utils - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

5

dist/index.js

@@ -53,3 +53,4 @@ #!/usr/bin/env node

let projectName = '';
let installationMethod = 'npm install --legacy-peer-deps';
let installationMethod = '';
// 'npm install --legacy-peer-deps';
if (args.length > 0) {

@@ -90,4 +91,2 @@ if (!(args[0].startsWith('-') || args[0].startsWith('--'))) {

else {
// if(!(args[i].includes("--"))){
// }
if (!(args[i].startsWith('-') || args[i].startsWith('--'))) {

@@ -94,0 +93,0 @@ prompts_1.log.warning(`Please pass project name as first argument.`);

2

package.json

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

"description": "A CLI tool for easily adding components from gluestack-ui to your projects.",
"version": "0.1.9",
"version": "0.1.10",
"license": "MIT",

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

@@ -41,3 +41,4 @@ #!/usr/bin/env node

let projectName: string = '';
let installationMethod = 'npm install --legacy-peer-deps';
let installationMethod = '';
// 'npm install --legacy-peer-deps';
if (args.length > 0) {

@@ -77,5 +78,2 @@ if (!(args[0].startsWith('-') || args[0].startsWith('--'))) {

} else {
// if(!(args[i].includes("--"))){
// }
if (!(args[i].startsWith('-') || args[i].startsWith('--'))) {

@@ -82,0 +80,0 @@ log.warning(`Please pass project name as first argument.`);

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