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

react-disqus-thread

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-disqus-thread - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

9

lib/components/DisqusThread.js

@@ -99,6 +99,2 @@ 'use strict';

shouldComponentUpdate: function shouldComponentUpdate(newProps) {
return newProps.id !== this.props.id || newProps.url !== this.props.url;
},
componentDidUpdate: function componentDidUpdate() {

@@ -130,3 +126,3 @@ this.loadDisqus();

{ href: 'http://disqus.com', className: 'dsq-brlink' },
'blog comments powered by',
'Blog comments powered by ',
_react2['default'].createElement(

@@ -136,3 +132,4 @@ 'span',

'Disqus'
)
),
'.'
)

@@ -139,0 +136,0 @@ );

{
"name": "react-disqus-thread",
"version": "0.3.1",
"version": "0.4.0",
"description": "React Disqus thread component",

@@ -22,5 +22,5 @@ "main": "lib/main.js",

"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": "^15.0.1",
"react-dom": "^15.0.1"
}
}
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