Socket
Socket
Sign inDemoInstall

gatsby-image

Package Overview
Dependencies
Maintainers
2
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 1.0.4 to 1.0.5

14

index.js

@@ -160,3 +160,8 @@ "use strict";

}),
image.base64 && _react2.default.createElement(Img, { alt: alt, title: title, src: image.base64, opacity: 1 }),
image.base64 && _react2.default.createElement(Img, {
alt: alt,
title: title,
src: image.base64,
opacity: !this.state.imgLoaded ? 1 : 0
}),
backgroundColor && _react2.default.createElement("div", {

@@ -202,3 +207,8 @@ title: title,

},
_image.base64 && _react2.default.createElement(Img, { alt: alt, title: title, src: _image.base64, opacity: 1 }),
_image.base64 && _react2.default.createElement(Img, {
alt: alt,
title: title,
src: _image.base64,
opacity: !this.state.imgLoaded ? 1 : 0
}),
backgroundColor && _react2.default.createElement("div", {

@@ -205,0 +215,0 @@ title: title,

2

package.json
{
"name": "gatsby-image",
"version": "1.0.4",
"version": "1.0.5",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",

@@ -5,0 +5,0 @@ "main": "index.js",

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