react-twitter-widgets
Advanced tools
Comparing version 1.9.5 to 1.10.0
{ | ||
"name": "react-twitter-widgets", | ||
"version": "1.9.5", | ||
"version": "1.10.0", | ||
"description": "Twitter widgets as React components", | ||
@@ -37,3 +37,3 @@ "author": "Andrew Suzuki", | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
"react": "^16.8.0 || ^17" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
@@ -28,2 +28,5 @@ # react-twitter-widgets | ||
// Tweet (without options) | ||
<Tweet tweetId="841418541026877441" /> | ||
// Timeline (with options) | ||
@@ -39,5 +42,2 @@ <Timeline | ||
/> | ||
// Tweet (without options) | ||
<Tweet tweetId="841418541026877441" /> | ||
``` | ||
@@ -51,5 +51,3 @@ | ||
**`Timeline`** requires a `dataSource` object prop. | ||
The source type can be `profile`, `likes`, `list`, `collection`, or `url`. | ||
They each require their own co-fields; see Twitter documentation. | ||
**`Timeline`** requires a `dataSource` object prop. The source type can be `profile`, `list`, or `url`. They each require their own co-fields; see Twitter documentation. NOTE that `collection`, `likes`, and `moments` will be [deprecated](https://twittercommunity.com/t/removing-support-for-embedded-like-collection-and-moment-timelines/150313) on June 23, 2021. | ||
@@ -56,0 +54,0 @@ **`Share`** requires a `url` prop. |
/*! | ||
* react-twitter-widgets v1.9.5 - https://github.com/andrewsuzuki/react-twitter-widgets | ||
* react-twitter-widgets v1.10.0 - https://github.com/andrewsuzuki/react-twitter-widgets | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ */ |
/*! | ||
* react-twitter-widgets v1.9.5 - https://github.com/andrewsuzuki/react-twitter-widgets | ||
* react-twitter-widgets v1.10.0 - https://github.com/andrewsuzuki/react-twitter-widgets | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
153866
2
92