
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.
A collection of images
You can embed an image using the UNPKG CDN by linking to the image file directly:

To display an image, you can use HTML tags as well:
<img src="https://unpkg.com/pixelcdn@latest/public/image/google-cloud.svg" alt="image" title="Google Cloud" width="100" loading="lazy" />
Similarly, use jsDelivr to embed the image:

For HTML display with jsDelivr:
<img src="https://cdn.jsdelivr.net/npm/pixelcdn@latest/public/image/jquery.svg" alt="image" title="jQuery" width="100" loading="lazy" />
You can view the list of all available images in the images.json
file hosted on the CDNs:


The images.json
file contains a mapping of image filenames to their respective URLs hosted on UNPKG or jsDelivr. You can use this file to programmatically access the image links.
images.json
Data{
"image1.png": "https://unpkg.com/pixelcdn@latest/public/image/image1.png",
"image2.jpg": "https://unpkg.com/pixelcdn@latest/public/image/image2.jpg"
}
FAQs
A collection of images
The npm package pixelcdn receives a total of 13 weekly downloads. As such, pixelcdn popularity was classified as not popular.
We found that pixelcdn demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.