Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.6 to 2.4.7

4

CHANGELOG.md

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

## [2.4.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.6...gatsby-image@2.4.7) (2020-06-09)
**Note:** Version bump only for package gatsby-image
## [2.4.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.5...gatsby-image@2.4.6) (2020-06-02)

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

6

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

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

"@testing-library/react": "^9.5.0",
"babel-preset-gatsby-package": "^0.4.3",
"babel-preset-gatsby-package": "^0.4.4",
"cross-env": "^5.2.1"

@@ -43,3 +43,3 @@ },

},
"gitHead": "75f059efb1135362845bb347d2778cacfeb1454b"
"gitHead": "221481bef7733c9957fb9ba83178f08280243b81"
}

@@ -16,8 +16,4 @@ "use strict";

var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/inheritsLoose"));
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
var _react = _interopRequireWildcard3(require("react"));

@@ -40,4 +36,4 @@

_this = _Component.call.apply(_Component, [this].concat(args)) || this;
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "imageRef", _this.props.innerRef || /*#__PURE__*/(0, _react.createRef)());
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "placeholderRef", /*#__PURE__*/(0, _react.createRef)());
_this.imageRef = _this.props.innerRef || /*#__PURE__*/(0, _react.createRef)();
_this.placeholderRef = /*#__PURE__*/(0, _react.createRef)();
return _this;

@@ -44,0 +40,0 @@ }

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