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.
@infinitoui/infinito-card
Advanced tools
npm install @infinitoui/infinito-card
引入组件:
import '@infinitoui/infinito-card'
使用:
<infinito-card title="标题">
<p>这是有标题的card,并且可以折叠</p>
</infinito-card>
<infinito-card>
<p>这是没有标题的card</p>
</infinito-card>
Property | Attribute | Type | Default | Description |
---|---|---|---|---|
open | open | boolean | false | 默认是否关闭 |
title | title | string | "" | 卡片标题,没有标题不能折叠 |
Name | Description |
---|---|
卡片主体内容(默认插槽) |
Property | Default | Description |
---|---|---|
--border-radius | "0" | 卡片圆角 |
--card-color | "#fff" | 卡片背景颜色 |
--padding-width | "20px" | 卡片内边距 |
FAQs
infinito card component
We found that @infinitoui/infinito-card demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.