react-linkify-it
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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" | ||
} | ||
} | ||
} |
# 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 |
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
47439
224