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.
byted-gulu-cli
Advanced tools
A command line tool for gulu.
首先保证本地安装了 mya
(用于前端代码构建)
$ npm install -g mya
$ npm install -g byted-gulu-cli
$ gulu new -h
Usage: new [options] <project>
create a new project
Options:
-t, --type [type] project type, 'pure' or 'mixed'. 'pure' for server only project, 'mixed' for project mix client with server (default: mixed)
-h, --help output usage information
现在新建工程支持两种类型
pure
:纯后端工程mixed
:前后端混合工程例如,现在要创建一个纯后端工程,可执行如下命令:
$ gulu new demo --type pure
$ gulu run -h
Usage: run [options] [env]
run project with optional env: dev(default)/prod/test
Options:
-L, --live livereload
-H, --hot hot module replacement
--verbose show debug log
--vconsole debug with vconsole
-d, --dest <path> client release output destination
-h, --help output usage information
其中,env
为 应用环境变量中定义的值,默认为 dev
在开发环境下,在项目根目录运行即可:
gulu run -H
FAQs
Command line tool for gulu
We found that byted-gulu-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.