New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-plugin-disqus

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-disqus - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

7

package.json
{
"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 @@ });

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