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

gluestack-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gluestack-cli - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

package.json

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

"description": "A CLI tool for easily adding components from gluestack to your projects.",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -49,6 +49,8 @@ "main": "dist/index.js",

"@clack/prompts": "^0.6.3",
"@gluestack/ui-project-detector": "^0.1.1",
"commander": "^12.0.0",
"find-package-json": "^1.2.0",
"fs-extra": "^11.1.0",
"simple-git": "^3.16.0"
"simple-git": "^3.16.0",
"zod": "^3.22.4"
},

@@ -55,0 +57,0 @@ "devDependencies": {

@@ -8,3 +8,2 @@ import { Command } from 'commander';

import { componentAdder } from '../util/add-components';
import { installDependencies } from '../utils';

@@ -11,0 +10,0 @@ const addOptionsSchema = z.object({

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