
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
fis3-deploy-smart-alioss
Advanced tools
FIS 静态资源部署Aliyun Oss插件。
全局安装或者本地安装都可以。
npm install fis3-deploy-smart-alioss or npm install fis3-deploy-smart-alioss -g
使用统一的 deploy 插件配置方法
fis.match('*.js', {
deploy: fis.plugin('smart-alioss', {
accessKey: '在阿里云OSS申请的 accessKeyId',
secretKey: '在阿里云OSS申请的 secretAccessKey',
bucket: '你的存储空间名称',
ossServer: '[可选,不填写默认为杭州节点]',
to: '你的上传路径地址'
})
})
参数中ossServer配置服务器地址
根据你的 oss 实例所在地区选择填入
杭州:http://oss-cn-hangzhou.aliyuncs.com
北京:http://oss-cn-beijing.aliyuncs.com
青岛:http://oss-cn-qingdao.aliyuncs.com
深圳:http://oss-cn-shenzhen.aliyuncs.com
香港:http://oss-cn-hongkong.aliyuncs.com
注意:如果你是在阿里云 ECS 上连接 OSS,可以使用内网地址,速度快,没有带宽限制。
杭州:http://oss-cn-hangzhou-internal.aliyuncs.com
北京:http://oss-cn-beijing-internal.aliyuncs.com
青岛:http://oss-cn-qingdao-internal.aliyuncs.com
深圳:http://oss-cn-shenzhen-internal.aliyuncs.com
香港:http://oss-cn-hongkong-internal.aliyuncs.com
FAQs
fis fis3 deploy Aliyun OSS plugin
The npm package fis3-deploy-smart-alioss receives a total of 0 weekly downloads. As such, fis3-deploy-smart-alioss popularity was classified as not popular.
We found that fis3-deploy-smart-alioss 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.