Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
用来醒目的展示新的或未读的信息条目
$ git clone https://github.com/tinper-bee/bee-badge
$ cd bee-badge
$ npm install
$ npm run dev
使用单独的bee-badge包
先进行下载bee-badge包
npm install --save bee-badge
组件调用
import Badge from 'bee-badge';
React.render(<div>
<div>
<Badge color="primary">a</Badge>
</div>
</div>, document.getElementById('target'));
<link rel="stylesheet" href="./node_modules/build/bee-badge.css">
import "./node_modules/src/Badge.scss"
//或是
import "./node_modules/build/bee-badge.css"
## API
|参数|说明|类型|默认值|
|---|----|---|------|
|color|one of: `primary` `success` `info` `error` `warning` `dark`|string|''|
|className|增加额外的class|string|''|
FAQs
bee-badge ui component for react
We found that bee-badge demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.