Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@loopback/booter-lb3app
Advanced tools
A booter component for LoopBack 3 applications to expose their REST API via LoopBack 4
Boot a LoopBack 3 application and expose its REST API via LoopBack 4.
The @loopback/booter-lb3app
package provides a way for LoopBack 3 developers
to boot their LoopBack 3 application, convert the application's Swagger spec
into OpenAPI v3, and then mount the application, including its spec, onto a
target LoopBack 4 application.
npm install --save @loopback/booter-lb3app
Import the component at the top of your src/application.ts
file.
import {Lb3AppBooterComponent} from '@loopback/booter-lb3app';
Register the component in Application's constructor:
this.component(Lb3AppBooterComponent);
By default, the LoopBack 3 models and datasources will be bond to the application with naming conventions as:
lb3-datasources.{ds name}
lb3-models.{model name}
Run npm test
from the root folder.
See all contributors.
MIT
FAQs
A booter component for LoopBack 3 applications to expose their REST API via LoopBack 4
The npm package @loopback/booter-lb3app receives a total of 832 weekly downloads. As such, @loopback/booter-lb3app popularity was classified as not popular.
We found that @loopback/booter-lb3app 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.
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.