
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
create-gluestack-v2-app
Advanced tools
Important Notes:
- You'll need node version >= 18 & < 19
- Please do not use Yarn or PNPM, we will only use npm as a package manager in Gluestack's v2
# Run this command from your project's root directory
$ npm run install:all;
# Run this command from your project's root directory
$ node glue
#
# And its output will be something like this:
#
Usage: glue [options] [command]
Gluestack V2 Framework CLI
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
add|install <plugin-name> <instance-name> installs a gluestack plugin, use help for more info on subcommands
instance:list Prints the list of installed plugin instances
plugin:list Prints the list of available plugins
plugin:init Initializes the gluestack app as a plugin
watch Watches the instances for changes and restarts them
help [command] display help for command
# Goto project's root directory and run the following command
$ node glue build
# Goto seal scripts
$ cd .glue/seal/scripts
# Install npm dependencies
$ npm install
# Create scripts build
$ npm run build
# Here's how you can run your web plugin instance in docker
$ node build/index run:service website --platform docker --ports 3000:9000
# Here's how you can run your web plugin instance in local
$ node build/index run:service website --platform local
npm run install:all node glue add @gluestack-v2/glue-plugin-develop develop node glue add @gluestack-v2/glue-plugin-web web
FAQs
A fullstack framework.
The npm package create-gluestack-v2-app receives a total of 1 weekly downloads. As such, create-gluestack-v2-app popularity was classified as not popular.
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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.