gatsby-background-image-es5
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -7,2 +7,2 @@ # Change Log | ||
<a name="1.3.0"></a> | ||
<a name="1.3.1"></a> |
@@ -194,3 +194,3 @@ "use strict"; | ||
var _imageUrl = hasImageUrls || hasImageUrl(imageString); | ||
var _imageUrl = hasImageUrls || hasImageUrl(currentString); | ||
@@ -197,0 +197,0 @@ var currentReturnString = currentString && tracedSVG ? "\"" + currentString + "\"" : currentString && !_base && !tracedSVG && _imageUrl ? "'" + currentString + "'" : currentString; |
{ | ||
"name": "gatsby-background-image-es5", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Lazy-loading React background-image component with optional support for the blur-up effect. Transpiled to ES5.", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "df78fb12da6fe6d121efb17a31f089f377106ac8" | ||
"gitHead": "41a8db9a3e6765733da3d8a614d5dbf5cb590ef6" | ||
} |
@@ -790,2 +790,2 @@ <h1 align="center"> | ||
it - but it's definitely outgrowing those wee beginnings. | ||
Thanks go to its creators & the @gatsbyjs Team, anyways : )! | ||
Thanks go to its creators & the @gatsbyjs Team, anyways : )! |
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
98907