
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@serpent/common-react
Advanced tools
serpent react common package
项目没有文档,全部采用 ts 来编写,你可以从 ts 的自动补全中获取足够的文档信息,所以请采用支持 ts 的编辑器来使用此模块
项目根目录下有 index.d.ts,但没有 index.js 文件,所以不要使用下面这种写法:
import {} from "@serpent/common-react"
而应该使用这种写法:
import {} from "@serpent/common-react/path/to/file"
如果一定要使用第一种方式的话,可以使用 webpack 的 index-loader 来动态加载依赖
所有 serpent 项目需要环境默认支持下面的模块:
如果没有,请使用对应的 polyfill,或者使用 @durka/polyfill
FAQs
serpent react common package
The npm package @serpent/common-react receives a total of 2 weekly downloads. As such, @serpent/common-react popularity was classified as not popular.
We found that @serpent/common-react 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.