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

disqus-react

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disqus-react - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

package.json
{
"name": "disqus-react",
"version": "1.1.4",
"version": "1.1.5",
"description": "Official React components to embed Disqus discussions and comments.",

@@ -5,0 +5,0 @@ "repository": {

@@ -46,3 +46,3 @@ # disqus-react

This is an example for setting up the DiscussionEmbed component with SSO. This example config is also used on the Disqus SSO example found here: https://disqus-sso-demo.glitch.me/.
This is an example for setting up the DiscussionEmbed component with SSO. This example config is also used on the Disqus React SSO example found here: https://disqus-sso-react-demo.glitch.me/.

@@ -59,3 +59,3 @@ ```js

title: this.props.article.title,
language: 'zh_TW' //e.g. for Traditional Chinese (Taiwan),
language: 'zh_TW', //e.g. for Traditional Chinese (Taiwan)
sso: {

@@ -62,0 +62,0 @@ name: 'SampleNews',

@@ -12,2 +12,13 @@ import * as React from 'react';

language?: string;
apiKey?: string;
sso?: {
name?: string;
button?: string;
icon?: string;
url?: string;
logout?: string;
profile_url?: string;
width?: string;
height?: string;
};
// Callbacks

@@ -14,0 +25,0 @@ preData?: (...args: any[]) => any;

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