🚀 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.3

2

package.json
{
"name": "react-linkify-all",
"version": "1.4.2",
"version": "1.4.3",
"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",

@@ -37,3 +37,3 @@ # react-linkify-all

You can also use \<Emails/\>, \<Twitters/\>, \<Tgs\/>, ... and method linkify() to linkify.
Also you can use ```<Emails/>, <Twitters/>, <Tgs/>, ... ``` and method ```linkify()``` to linkify.

@@ -49,3 +49,3 @@ ### Example with react components:

**Nesting is not supported yet:** use <Linkify links twitters emails.../> to summarize effects
**Nesting is not supported yet:** use ``` <Linkify links twitters emails... /> ``` to summarize effects

@@ -68,5 +68,5 @@ ## Own components and patterns

```
match: site.com
link: https://site.com
i: 1
**match**: site.com
**link**: https://site.com
**i**: 1

@@ -73,0 +73,0 @@ ### Creating own patterns