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.
@fbl-plugins/html-to-pdf
Advanced tools
Allows to convert any HTML document into PDF file inside fbl flow.
There are multiple ways how plugin can be integrated into your flow.
This is the most recommended way. Create package.json
next to your flow file with following content:
{
"name": "flow-name",
"version": "1.0.0",
"description": "",
"scripts": {
"fbl": "fbl"
},
"license": "UNLICENSED",
"dependencies": {
"@fbl-plugins/html-to-pdf": "1.0.0",
"fbl": "1.7.0"
}
}
Then you can install dependencies as any other node module yarn install
depending on the package manager of your choice.
After that you can use yarn fbl <args>
to execute your flow or even register a custom script inside "scripts".
npm i -g @fbl-plugins/html-to-pdf
fbl -p @fbl-plugins/html-to-pdf <args>
requires:
fbl: '>=1.7.0'
plugins:
'@fbl-plugins/html-to-pdf': '>=1.0.0'
pipeline:
# your flow goes here
Read more here.
FAQs
fbl plugin to generate PDF documents based on HTML files
The npm package @fbl-plugins/html-to-pdf receives a total of 16 weekly downloads. As such, @fbl-plugins/html-to-pdf popularity was classified as not popular.
We found that @fbl-plugins/html-to-pdf 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.