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

react-anchorme

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-anchorme - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

8

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

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