🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
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
1.1.1
to
1.1.2
+1
-1
package.json
{
"name": "react-linkify-all",
"version": "1.1.1",
"version": "1.1.2",
"description": "NPM package that makes links clickable in the text. Any pattern is also supported to highlight. Text with links turns into an array of React components. Customizable. Built-in support of emails, Telegram, Twitter links. Own patterns and components can be used to linkify everything!",

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

@@ -65,3 +65,3 @@ import React, { PropsWithChildren, ReactElement, ReactNode } from "react";

children:ReactNode|ReactNode[]|string,
options?:linkifySetting[],
options?:linkifyOptions,
links?: boolean,

@@ -68,0 +68,0 @@ emails?: boolean,