
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
qiniu-upload-plugin
Advanced tools
将 webpack 打包出来的 assets 上传到七牛云。
.html文件。基于官方七牛云Node.js SDK。
npm install qiniu-upload-plugin --save-dev
const QiniuUploadPlugin = require('./QiniuUploadPlugin');
plugins: [
new QiniuUploadPlugin({
publicPath: 'http://cdn.xxx.com', // 七牛云域名,自动替换 publicPath
accessKey: 'your qiniu accessKey', // 个人中心,秘钥管理,AK
secretKey: 'your qiniu secretKey', // 个人中心,秘钥管理,SK
bucket: 'your qiniu bucket', // 存储空间名称
zone: 'Zone_z2', // 存储地区
// 可选参数:
cover: false // 慎用!默认为 false,设置为 true 会覆盖掉已经保存在七牛云上的同名文件。
})
];

FAQs
上传 Webpack 打包出来的 assets 到 七牛云。
We found that qiniu-upload-plugin 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
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.