Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@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 1,645 weekly downloads. As such, @agility/gatsby-image-agilitycms popularity was classified as 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.