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

react-twitter-widgets

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-twitter-widgets - npm Package Compare versions

Comparing version 1.9.5 to 1.10.0

4

package.json
{
"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 @@ */

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