
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@yeepay/browser-support-detector
Advanced tools
易宝支付(商户后台),浏览器兼容性检测 sdk,ie >= 9
在入口 html 处引入 sdk cdn :
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/@yeepay/browser-support-detector/index.min.js"></script>
示例:
index.hmtl
<html>
<head>
/* ... */
</head>
<body>
/*...*/
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/@yeepay/browser-support-detector/index.min.js"></script>
</body>
</html>
❗️必须在 body 标签内部或之后, 并且其他 script 标签之前注入。
npm install
npm run start
页面开发完成后,先编译:
npm run compile
编译后方可测试:
npm run test
编译后方可构建:
npm run build
np
FAQs
browser support detector sdk.
We found that @yeepay/browser-support-detector 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.