
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@washingtonpost/wpds-avatar
Advanced tools
Some important things to note when using next/image with the wpds avatar component.
layout="fixed"
.import { Avatar } from "@washingtonpost/wpds-ui-kit";
const myLoader = ({ src }) => {
return `${src}`;
};
function Component() {
<Avatar size="200">
<img
src="https://i.pravatar.cc/300/300"
alt="An avatar is an atomic component that represents an individual’s identity through a circular photo."
/>
</Avatar>
<Avatar>
<Image
loader={myLoader}
src="https://i.pravatar.cc/300/300"
width="32" //pixel equivalent of 200 token
height="32" //pixel equivalent of 200 token
layout="fixed"
alt="An avatar is an atomic component that represents an individual’s identity through a circular photo."
/>
</Avatar>
}
FAQs
WPDS Avatar
We found that @washingtonpost/wpds-avatar 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.