Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
rox-snackbar
Advanced tools
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
message | 提示文本 | string | 无 |
visibile | 是否可视 | bool | false |
actionTpl | 交互区域模板,不传则为不可交互 | tpl | 无 |
onAction | 交互回调函数 | function | false |
import Snackbar from 'rox-snackbar'
/**
* message String 提示文本
* visibile Boolean 是否可视
* actionTpl String 交互区域模板,不传则为不可交互
* onAction Func 交互回调函数
*
*/
<Snackbar
message="测试提示文本"
actionTpl={actionTpl}
visibile={this.state.showSnackBar}
onAction={() => {
this.closeHandler()
}}
/>
FAQs
--- subtitle: 搜索框 group: General ---
The npm package rox-snackbar receives a total of 0 weekly downloads. As such, rox-snackbar popularity was classified as not popular.
We found that rox-snackbar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.