disqus-react
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"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; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
129661
845
0