Socket
Socket
Sign inDemoInstall

gatsby-image

Package Overview
Dependencies
3
Maintainers
20
Versions
310
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.10.0-next.0 to 2.10.0-next.1

4

CHANGELOG.md

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

# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.10.0-next.0...gatsby-image@2.10.0-next.1) (2021-01-12)
**Note:** Version bump only for package gatsby-image
# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.9.0-next.0...gatsby-image@2.10.0-next.0) (2020-12-29)

@@ -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.10.0-next.0",
"version": "2.10.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

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

},
"gitHead": "2059ead7ff0bcfa0897b1606cbfa559835b97f84"
"gitHead": "5e5c11259b1ab38a2125aaa97e8623bcd0d1cfff"
}

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

optimize image loading for your sites. `gatsby-image` uses
[gatsby-plugin-sharp](/packages/gatsby-plugin-sharp/)
[gatsby-plugin-sharp](/plugins/gatsby-plugin-sharp/)
to power its image transformations.

@@ -86,3 +86,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.
Depending on the gatsby starter you used, you may need to include [gatsby-transformer-sharp](/plugins/gatsby-transformer-sharp/) and [gatsby-plugin-sharp](/plugins/gatsby-plugin-sharp/) as well, and make sure they are installed and included in your gatsby-config.

@@ -211,4 +211,4 @@ ```shell

Plugins supporting `gatsby-image` currently include
[gatsby-transformer-sharp](/packages/gatsby-transformer-sharp/),
[gatsby-source-contentful](/packages/gatsby-source-contentful/), [gatsby-source-datocms](https://github.com/datocms/gatsby-source-datocms) and [gatsby-source-sanity](https://github.com/sanity-io/gatsby-source-sanity).
[gatsby-transformer-sharp](/plugins/gatsby-transformer-sharp/),
[gatsby-source-contentful](/plugins/gatsby-source-contentful/), [gatsby-source-datocms](https://github.com/datocms/gatsby-source-datocms) and [gatsby-source-sanity](https://github.com/sanity-io/gatsby-source-sanity).

@@ -274,3 +274,3 @@ Their fragments are:

_Please see the
[gatsby-plugin-sharp](/packages/gatsby-plugin-sharp/#tracedsvg)
[gatsby-plugin-sharp](/plugins/gatsby-plugin-sharp/#tracedsvg)
documentation for more information on `tracedSVG` and its configuration

@@ -425,3 +425,3 @@ options._

[gatsby-plugin-sharp](/packages/gatsby-plugin-sharp) supports many additional arguments for transforming your images like
[gatsby-plugin-sharp](/plugins/gatsby-plugin-sharp) supports many additional arguments for transforming your images like
`quality`, `sizeByPixelDensity`, `pngCompressionLevel`, `cropFocus`, `grayscale` and many more. See its documentation for more.

@@ -428,0 +428,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc