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.
ac-search-panel
Advanced tools
react ac-search-panel component for tinper-bee
折叠查询条件
import SearchPanel from 'ac-search-panel';
class SearchPanelDemo extends Component {
render() {
return (
<SearchPanel/>
)
}
}
<link rel="stylesheet" href="./node_modules/ac-search-panel/build/SearchPanel.css">
import "./node_modules/ac-search-panel/src/SearchPanel.scss"
//或是
import "./node_modules/ac-search-panel/build/SearchPanel.css"
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
searchOpen | 是否默认展开 | boolean | false |
showIcon | 是否显示展开关闭图标 | boolean | true |
searchHead | 标题 | string | - |
searchContent | 表单内容 | ReactNode/string | - |
searchClick | 查询按钮回调 | function | ()=>{} |
clearClick | 清空按钮回调 | function | ()=>{} |
$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/ac-search-panel
$ cd ac-search-panel
$ npm install
$ npm run dev
FAQs
基于 `bee-search-panel` 进一步封装,主要将表单元素样式封装进组件内部
The npm package ac-search-panel receives a total of 1 weekly downloads. As such, ac-search-panel popularity was classified as not popular.
We found that ac-search-panel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 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.