Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
avatar-chip
Advanced tools
React avatar-chip based on the Chip component of "material-ui" and "@multiavatar/multiavatar" package
React avatar-chip based on the Chip component of "material-ui" and "@multiavatar/multiavatar" package
import dependencies
import { Typography, Button, ButtonGroup, Container, Paper, Box, Avatar, Grid } from "@material-ui/core";
import { AvatarChip, AvatarLogo, } from "avatar-chip";
default avatar is based on personName if "src" is not provided,
default label is based on personName, if "label" is not provided
<AvatarChip
size={["4rem", "3rem", "2rem", "1.5rem"]}
personName={"bob"}
lift={6}
/>
just avatar, no label
<AvatarChip
size={["4rem", "3rem", "2rem", "1.5rem"]}
personName={"mike"}
onClick={function () { alert("hello mike") }}
avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }}
src="https://picsum.photos/200/300"
labelOn={false}
/>
just label, no avatar
<AvatarChip
labelSize={["4rem", "3rem", "2rem", "1.5rem"]}
personName={"mike"}
onClick={function () { alert("hello mike") }}
avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }}
src="https://picsum.photos/200/300"
logoOn={false}
/>
Avatar with hover tip
<AvatarChip
size={["1rem","2rem","3rem","4rem","5rem"]} //avatarSize
labelSize={["4rem", "3rem", "2rem", "1.5rem"]} personName={"毛fdsdsdsdsdsd帅"}
style={{backgroundColor:"skyblue",color:"blue"}}
onClick={function () { alert("clicked") }}
avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }}
src="https://picsum.photos/200/300"
label={
<>
<Typography variant="h5" style={{ }}>
06355 马小帅
</Typography>
<Typography variant="h5" style={{ fontSize: "0.8rem", display: "block", color: "gray" }}>
银行总行法律合规部
</Typography>
</>
}
hoverContent={
<>
<div style={{ display: "flex", justifyContent: "center" }}><AvatarLogo size={["2.8rem"]} personName={"毛fdsdsdsdsdsd帅"} /></div>
<Typography variant="h5" style={{ fontSize: "1rem", }}>
06355 马小帅
</Typography>
<Typography variant="h5" style={{ fontSize: "0.8rem", display: "block", color: "gray" }}>
银行总行法律合规部
</Typography>
</>
}
/>
https://vibrant-liskov-396f96.netlify.app/
GitHub https://github.com/cr7cr8/avatar-chip.git
git push -f origin master npm version patch npm publish
FAQs
![aCapture](https://user-images.githubusercontent.com/106660/132795601-b5862112-d3fb-43b6-a6fe-e28e78eb867c.JPG)
The npm package avatar-chip receives a total of 0 weekly downloads. As such, avatar-chip popularity was classified as not popular.
We found that avatar-chip 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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.