Socket
Socket
Sign inDemoInstall

gatsby-image

Package Overview
Dependencies
Maintainers
22
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.14 to 2.4.15

4

CHANGELOG.md

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

## [2.4.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.14...gatsby-image@2.4.15) (2020-08-10)
**Note:** Version bump only for package gatsby-image
## [2.4.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.13...gatsby-image@2.4.14) (2020-07-29)

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

@@ -41,2 +41,3 @@ "use strict";

convertedProps.fixed = resolutions;
logDeprecationNotice("resolutions", "the gatsby-image v2 prop \"fixed\"");
delete convertedProps.resolutions;

@@ -47,2 +48,3 @@ }

convertedProps.fluid = sizes;
logDeprecationNotice("sizes", "the gatsby-image v2 prop \"fluid\"");
delete convertedProps.sizes;

@@ -49,0 +51,0 @@ }

4

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

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

},
"gitHead": "d2de4e5240c0ac777b94ce506fac1b050051769b"
"gitHead": "d4dfec8a693e8434a7b0468a86458020d59274e9"
}
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