🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

react-linkify-all

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-linkify-all - npm Package Compare versions

Comparing version

to
1.4.4

2

package.json
{
"name": "react-linkify-all",
"version": "1.4.3",
"version": "1.4.4",
"description": "Modal pop up on hover, clickable links in text - everything is here. This is NPM package that converts text with links into an array of React components. Customizable. Built-in support of emails, Telegram, Twitter mentions. Own pattern can be used to linkify everything",

@@ -5,0 +5,0 @@ "author": "suvmer, https://github.com/suvmer",

@@ -35,5 +35,6 @@ # react-linkify-all

```
Props like "twitters", "emails" could be added optionally.
Available props: *emails, instagrams, links, tgs, twitters*
And their corresponding components: ```<Emails/>, <Instagrams/>, <Links/>, <Tgs/>, <Twitters/>```
Also you can use ```<Emails/>, <Twitters/>, <Tgs/>, ... ``` and method ```linkify()``` to linkify.
Also you can use method ```linkify()``` to linkify(an example is given below).

@@ -40,0 +41,0 @@ ### Example with react components: