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.
fis3-deploy-bos
Advanced tools
- 目前只支持文件传送到百度云bos
- 支持缓存,只传改过的文件
- 支持三次失败重试上传, 即使三次都失败了。仍然可以重新编译。传成功的文件也不会在传了
var deployBos = fis.plugin('bos', {
cache: true, //默认true, 可以不传, 不缓存的话会全量传
parallelUploadFile: '2', //并发上传文件个数, 可以不传,默认2个
dir: domain.dir, // 这个主要支持bucket下多个项目目录的情况,可以不传
bucket: '百度bucket',
endpoint: 'http://bos.bj.baidubce.com',
ak: '你的ak',
sk: '你的sk',
include: ['/*.css', '/*.js'], //发布的文件需要include,支持glob
});
media.match('**', {
deploy: [
deployBos
]
});
FAQs
The npm package fis3-deploy-bos receives a total of 1 weekly downloads. As such, fis3-deploy-bos popularity was classified as not popular.
We found that fis3-deploy-bos 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.
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.