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.
@loopback/cli
Advanced tools
This module contains the official CLI for LoopBack 4.
Run the following command to install the CLI.
$ npm install -g @loopback/cli
Run lb4 --commands
or lb4 -l
to list all available commands:
$ lb4 -l
Use the option --help
to learn more about any specific command:
$ lb4 model --help
Run lb4
or lb4 app
to scaffold a new LoopBack 4 project.
$ lb4 app
? Project name: my-awesome-app
(etc.)
Use lb4 --version
(or lb4 -v
) to print out version information to include in
bug reports, for example:
$ lb4 -v
@loopback/cli version: 1.8.1
@loopback/* dependencies:
- @loopback/authentication: ^1.0.14
- @loopback/boot: ^1.0.14
- @loopback/build: ^1.3.1
- @loopback/context: ^1.6.0
- @loopback/core: ^1.1.7
- (etc.)
See CLI reference for a detailed documentation.
run npm test
from the root folder.
See all contributors.
MIT
FAQs
Yeoman generator for LoopBack 4
The npm package @loopback/cli receives a total of 2,304 weekly downloads. As such, @loopback/cli popularity was classified as popular.
We found that @loopback/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.