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.
generator-jhipster-swagger2markup
Advanced tools
JHipster module to create nice looking static api docs with swagger2markup
JHipster module to create static api docs with swagger2markup
This is a JHipster module, that is meant to be use in a JHipster application.
As this is a JHipster module, we expect you have JHipster and its related tools already installed.
npm install -g generator-jhipster-swagger2markup
Then run the module on a JHipster generated application:
yo jhipster-swagger2markup
If you want don't want to answer each question you can use
yo jhipster-swagger2markup default
to setup HTML5
backend and asciidoc
sample chapter.
This plugin adds new tasks to your gradle build system
gradlew asciidoctor
The generated static documentation can be found in build/asciidoc
as html or pdf.
The html or pdf generation is bound to the install
lifecycle phase. The swagger2markup
creation is not bound to any phase, therefore you must create it explicitly during the test phase and process the swagger file:
mvnw test swagger2markup:convertSwagger2markup install
The generated static documentation can be found in target/asciidoc
as html or pdf.
Apache-2.0 © Frederik Hahne
FAQs
JHipster module to create nice looking static api docs with swagger2markup
We found that generator-jhipster-swagger2markup 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.