Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
create-gluestack-v2-app
Advanced tools
This is a gluestack project bootstrapped with create-gluestack-v2-app
.
Before running the development server, you need to install the bolt
command because gluestack uses bolt to run project. If you haven't installed it yet, run the following command:
npm install -g @gluestack/bolt@latest
For more information about bolt
, refer to the official bolt documentation.
Once you have installed bolt
, you can start the development server by running the following command:
node glue start
Once the development server is up and running, open http://localhost:3000 in your browser to see the result.
You can begin editing the page by modifying client/web/pages/index.tsx
. The page will auto-update as you edit the file.
To install a plugin, use the node glue add <plugin-package> <instance-name>
command. Replace with the name of the plugin you want to install.
For example, to install the gateway
plugin, run:
node glue add @gluestack-v2/glue-plugin-service-gateway gateway
To learn more about gluestack, explore the following resources:
For deployment instructions and more details, please refer to our gluestack deployment documentation.
FAQs
A fullstack framework.
We found that create-gluestack-v2-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.