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

react-linkify-it

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-linkify-it - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

15

package.json
{
"name": "react-linkify-it",
"author": "Ananto Ghosh",
"version": "1.0.1",
"version": "1.0.2",
"description": "A tiny react package that turns urls (with i18n and emoji support), emails, jira tickets, twitter handles, anything you want! in your text clickable (aka linkify).",

@@ -9,3 +9,3 @@ "license": "MIT",

"source": "src/index.tsx",
"packageManager": "pnpm@6.24.0",
"packageManager": "pnpm@6.32.2",
"main": "./dist/react-linkify-it.legacy.umd.min",

@@ -37,3 +37,3 @@ "exports": {

"build:legacy": "rollup -c rollup-legacy.config.js",
"test": "jest"
"test": "jest --coverage"
},

@@ -82,3 +82,12 @@ "keywords": [

"react": "*"
},
"pnpm": {
"overrides": {
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
"axios@<=0.21.1": ">=0.21.2",
"axios@<0.21.1": ">=0.21.1",
"follow-redirects@<1.14.7": ">=1.14.7",
"follow-redirects@<1.14.8": ">=1.14.8"
}
}
}

9

readme.md
# react-linkify-it 🔗
[![Npm version](https://badgen.net/npm/v/react-linkify-it)](https://www.npmjs.com/package/react-linkify-it)
[![Node.js CI](https://github.com/anantoghosh/react-linkify-it/actions/workflows/node.js.yml/badge.svg)](https://github.com/anantoghosh/react-linkify-it/actions/workflows/node.js.yml)
[![Build](https://github.com/anantoghosh/react-linkify-it/actions/workflows/node.js.yml/badge.svg)](https://github.com/anantoghosh/react-linkify-it/actions/workflows/node.js.yml)
[![Min zipped size](https://badgen.net/bundlephobia/minzip/react-linkify-it)](https://bundlephobia.com/package/react-linkify-it)
![Min zipped size](https://badgen.net/bundlephobia/tree-shaking/react-linkify-it)
![Tree shaking supported](https://badgen.net/bundlephobia/tree-shaking/react-linkify-it)
[![Maintainability](https://api.codeclimate.com/v1/badges/fcb46fb37e7c25990c53/maintainability)](https://codeclimate.com/github/anantoghosh/react-linkify-it/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/fcb46fb37e7c25990c53/test_coverage)](https://codeclimate.com/github/anantoghosh/react-linkify-it/test_coverage)

@@ -31,2 +33,3 @@ A tiny universal linking solution that turns **any pattern** in your text clickable (aka linkify).

- 📦 **Tiny** - Less than 800 bytes gzipped after tree shaking.
- 🔹 **Dependency free** - No extra dependencies. Just a single file.
- 📝 **Customizable** - Adjust to your specific case as required.

@@ -46,3 +49,3 @@ - 💧 **Generic** - Not just links, wrap any pattern with _any_ component.

## Demo
https://codesandbox.io/s/objective-shannon-c5n82g?file=/src/App.js
[Code Sandbox](https://codesandbox.io/s/react-linkify-it-c5n82g)

@@ -49,0 +52,0 @@ ## Installation

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