Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-image

Package Overview
Dependencies
Maintainers
20
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-image - npm Package Compare versions

Comparing version 2.4.20 to 2.4.21

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [2.4.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.20...gatsby-image@2.4.21) (2020-10-06)
**Note:** Version bump only for package gatsby-image
## [2.4.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.19...gatsby-image@2.4.20) (2020-09-28)

@@ -8,0 +12,0 @@

4

package.json
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "2.4.20",
"version": "2.4.21",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

@@ -43,3 +43,3 @@ "bugs": {

},
"gitHead": "e829ab9eb44e28961e9557538693fd752b221f9f"
"gitHead": "84fa4be59108d02c40acbd2fb07c96a0c85aa85c"
}

@@ -83,3 +83,3 @@ # gatsby-image

`npm install --save gatsby-image`
`npm install gatsby-image`

@@ -89,3 +89,3 @@ Depending on the gatsby starter you used, you may need to include [gatsby-transformer-sharp](/packages/gatsby-transformer-sharp/) and [gatsby-plugin-sharp](/packages/gatsby-plugin-sharp/) as well, and make sure they are installed and included in your gatsby-config.

```shell
npm install --save gatsby-transformer-sharp gatsby-plugin-sharp
npm install gatsby-transformer-sharp gatsby-plugin-sharp
```

@@ -249,4 +249,6 @@

- `GatsbyDatoCmsFixed_noBase64`
- `GatsbyDatoCmsFixed_tracedSVG`
- `GatsbyDatoCmsFluid`
- `GatsbyDatoCmsFluid_noBase64`
- `GatsbyDatoCmsFluid_tracedSVG`

@@ -253,0 +255,0 @@ ### gatsby-source-sanity

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc