react-anchorme
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "react-anchorme", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "React component to detect links in text and make them clickable", | ||
@@ -30,3 +30,3 @@ "repository": "https://github.com/potty/react-anchorme", | ||
"dependencies": { | ||
"anchorme": "^2.0.0" | ||
"anchorme": "^2.1.2" | ||
}, | ||
@@ -44,3 +44,3 @@ "peerDependencies": { | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"eslint": "^6.8.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
@@ -50,3 +50,3 @@ "eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^3.0.0", | ||
"eslint-plugin-react-hooks": "^4.0.0", | ||
"husky": "^4.2.5", | ||
@@ -53,0 +53,0 @@ "jest": "^25.5.1", |
# react-anchorme | ||
![](https://github.com/actions/potty/react-anchorme/Tests/badge.svg) | ||
![](https://github.com/potty/react-anchorme/workflows/Tests/badge.svg) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-anchorme)](https://bundlephobia.com/result?p=react-anchorme) ![David](https://img.shields.io/david/potty/react-anchorme) | ||
React component using [Anchorme.js](https://github.com/alexcorvi/anchorme.js) to detect urls and emails in a text and converts them into clickable HTML links. | ||
## 🚀 Installation | ||
@@ -19,3 +21,3 @@ | ||
Component takes string as a children, detects urls, emails, IP addresses in it and replaces them with clickable links. | ||
Component takes string as a children, detects urls, emails, IP addresses in it and replaces them with clickable HTML links. | ||
@@ -22,0 +24,0 @@ ```jsx static |
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
5723
50
0
Updatedanchorme@^2.1.2