Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@fbl-plugins/http
Advanced tools
Make REST calls. Submit forms, upload and download files through HTTP(s) protocol. All these and a little bit more you can do with HTTP plugin for fbl.
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/http": "1.1.1",
"fbl": "1.8.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/http
fbl -p @fbl-plugins/http <args>
requires:
fbl: '>=1.8.0'
plugins:
'@fbl-plugins/http': '>=1.1.1'
pipeline:
# your flow goes here
Read more here.
FAQs
fbl plugin to make http requests
The npm package @fbl-plugins/http receives a total of 2 weekly downloads. As such, @fbl-plugins/http popularity was classified as not popular.
We found that @fbl-plugins/http 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.