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.4

6

dist/v2.js

@@ -37,3 +37,7 @@ #! /usr/bin/env node

console.log(chalk_1.default.yellow(`Please use ${chalk_1.default.green('npm create gluestack@1')} to use gluestack-ui v1. \n`));
const supportedFrameworkArgs = ['--expo', '--next-app-router', '--universal'];
const supportedFrameworkArgs = [
'--expo-router',
'--next-app-router',
'--universal',
];
const supportedStyleArgs = ['--gs', '--nw'];

@@ -40,0 +44,0 @@ const supportedPackagemanagers = ['npm', 'yarn', 'pnpm', 'bun'];

2

package.json

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

"description": "A CLI tool for working with gluestack",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",

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