
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
iconfont-upload
Advanced tools
暂时只支持阿里云oss 暂不支持七牛云 腾讯云oss 等等
npm i iconfont-upload --save
const iconfont = require('iconfont-upload').default
const iconserver=new iconfont({
accessKeyId: '阿里云accessID',
accessKeySecret: '阿里云accessKey',
iconfontAccount: 'iconfont账号',
iconfontPassword: 'iconfont 密码',
bucketRegion: 'oss bucket 地区 如:oss-cn-hangzhou',
bucket: 'bucket名称',
bucketPath: 'bucket 路径',
localcsspath: '本地需要动态修改的css路径',
projectId: 'iconfont projectid',
osshttpurl:'oss外网访问域名'
})
iconserver.start()
关于accessKeyId,accessKeySecret,iconfontAccount,iconfontPassword 敏感性数据采用aes128加密 工具库默认导出encryptData方法用于数据加密 传输参数必须为加密后的内容的 否则无法成功解析
如:
iconserver.encryptData('2423423423423')
FAQs
#### Iconfont-upload 是一个可以将iconfont字体库 同步到阿里云oss的工具库
We found that iconfont-upload 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.