gatsby-image
Advanced tools
Comparing version 1.0.28 to 1.0.29
27
index.js
@@ -286,3 +286,14 @@ "use strict"; | ||
} | ||
}) | ||
}), | ||
_react2.default.createElement( | ||
"noscript", | ||
null, | ||
_react2.default.createElement(Img, { | ||
alt: alt, | ||
title: title, | ||
srcSet: image.srcSet, | ||
src: image.src, | ||
sizes: image.sizes | ||
}) | ||
) | ||
) | ||
@@ -367,3 +378,15 @@ ); | ||
} | ||
}) | ||
}), | ||
_react2.default.createElement( | ||
"noscript", | ||
null, | ||
_react2.default.createElement(Img, { | ||
alt: alt, | ||
title: title, | ||
width: _image.width, | ||
height: _image.height, | ||
srcSet: _image.srcSet, | ||
src: _image.src | ||
}) | ||
) | ||
) | ||
@@ -370,0 +393,0 @@ ); |
{ | ||
"name": "gatsby-image", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "Lazy-loading React image component with optional support for the blur-up effect.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23949
364