
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
7niu-webpack-plugin
Advanced tools
基于 webpack 3.x 新版 API 制作的七牛静态资源上传插件
const Qiniu = require('7niu-webpack-plugin')
module.exports = {
output:{
// 用来和七牛的静态资源绑定的域名
publicPath:"https://attach.example.com/"
},
plugins: [
new Qiniu({
// 与七牛云设置一致
accessKey: '<your access key>',
secretKey: '<your secret key>',
bucket: '<your bucket name>',
// 存储的路径
path: '<custom store path>',
// 上传过滤用的属性,仅支持正则匹配
include: /\.js/
exclude: /\.html$/
})
]
}
Qiniu
是上海七牛信息技术有限公司的注册商标, 7niu-webpack-plugin
是参考网上存在的相关插件修改的,非官方版 webpack
插件。
MIT
FAQs
基于 webpack 3.x 以上版本开发的七牛上传插件
The npm package 7niu-webpack-plugin receives a total of 7 weekly downloads. As such, 7niu-webpack-plugin popularity was classified as not popular.
We found that 7niu-webpack-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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.