
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@agility/gatsby-image-agilitycms
Advanced tools
With the release of Gatsby V3 and the new Gatsby Image plugin, we were able to create gatsby-image-agilitycms
. This is a custom image component that take's images stored within Agility CMS and handles all of the hard parts of displaying responsive images that follow best practices for performance on your website or application.
There are a few steps you need to take before you start using the gatsby-image-agilitycms
component.
Update the package.json in your Gatsby project to use the Gatsby V3 and install the new Gatsby Image Plugin:
npm install gatsby@latest
npm install gatsby-plugin-image
Install gatsby-image-agilitycms
and update the gatsby-source-agilitycms
plugin to the latest version:
npm install @agility/gatsby-image-agilitycms
npm install @agility/gatsby-source-agilitycms@latest
To use the AgilityImage Component:
import { AgilityImage } from "@agility/gatsby-image-agilitycms"
The AgilityImage Component accepts the following props:
image
= The object of your image from Agility.layout
= Determines the image sizes that are generated, as well as the resizing behavior of the image itself in the browser:
<AgilityImage image={image} layout={fullWidth} />
To view a live example of the gatsby-image-agilitycms
in action, check out our Gatsby and Agility CMS Starter.
FAQs
Gatsby Image wrapper for Agility CMS
The npm package @agility/gatsby-image-agilitycms receives a total of 43 weekly downloads. As such, @agility/gatsby-image-agilitycms popularity was classified as not popular.
We found that @agility/gatsby-image-agilitycms 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.