
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
医患链内部react hooks抽象
|-- scripts # prettier脚本
|-- src # 开发目录
| |-- hooks # hooks源码
|-- .gitignore # git忽略文件
|-- .prettierignore # 代码风格配置忽略文件
|-- .prettierrc # 代码风格配置文件
|-- .stylelintrc # 样式风格配置文件
|-- commitlint.config.js # 代码提交规范配置文件
|-- tsconfig.json # ts配置页面
|-- tslint.json # tslint规则
|-- package.json # 依赖及配置
|-- README.md # 简介
// 安装项目
git clone --depth=1 git@192.168.1.209:m/use-dpr.git
cd use-dpr
// 检出依赖
yarn
// 打包
yarn build
// 更多命令可在package.json中查看
git add .
//提交做了预校验,须填写必要的信息,请参考 commitlint.config.js
git commit "feat: xxx"
git push
使用了TypeScript,TypeScript
FAQs
医患链内部react hooks抽象
We found that use-dpr 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.