
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
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 2 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.