gatsby-plugin-disqus
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "gatsby-plugin-disqus", | ||
"description": "A component for integrating Disqus comments in Gatsby.", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"repository": "https://github.com/tterb/gatsby-plugin-disqus", | ||
@@ -33,7 +33,8 @@ "homepage": "https://brettstevenson.io/gatsby-plugin-disqus", | ||
"@babel/plugin-proposal-class-properties": "^7.1.0", | ||
"@babel/plugin-transform-spread": "^7.10.1", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-preset-gatsby-package": "^0.1.2", | ||
"prop-types": "^15.6.2", | ||
"cross-env": "^5.2.0" | ||
"cross-env": "^5.2.0", | ||
"prop-types": "^15.6.2" | ||
}, | ||
@@ -40,0 +41,0 @@ "dependencies": {}, |
@@ -12,2 +12,4 @@ "use strict"; | ||
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray")); | ||
var _react = _interopRequireDefault(require("react")); | ||
@@ -74,3 +76,3 @@ | ||
var changes = (_ref = []).concat.apply(_ref, propNames).filter(function (name) { | ||
var changes = (_ref = []).concat.apply(_ref, (0, _toConsumableArray2.default)(propNames)).filter(function (name) { | ||
return currentProps[name] !== nextProps[name] && !isReactElement(currentProps[name]); | ||
@@ -77,0 +79,0 @@ }); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19877
313
0
9