Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@xm-fe/xm-pc-base
Advanced tools
2022 鲜沐科技 manage 前端新系统的基础组件包
pnpm i @xm-fe/xm-pc-base
optionsFn
defaultFirst?: boolean
# 配置
1. node 版本 16+
2. pnpm 版本 7.x
# 安装依赖
pnpm i
# 启动服务
pnpm dev
# 发布流程
# 第一次登录
npm login
# 发布(发布前修改版号)
npm publish --tag
# 发布这里点一下 加速 SYNC
https://npmmirror.com/package/%40xm-fe%2Fxm-pc-base
# 配置npm全局使用淘宝镜像源
npm config set registry https://registry.npm.taobao.org
# 配置npm全局恢复官方镜像源
npm config set registry https://registry.npmjs.org
# 本项目
npm link
# 引用调试的项目
npm link 包名
# 取消关联
npm unlink 包名
# 查看
npm ls -g
FAQs
2022 鲜沐pc-base
We found that @xm-fe/xm-pc-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.