react-linkify-it
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "react-linkify-it", | ||
"author": "Ananto Ghosh", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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.32.2", | ||
"packageManager": "pnpm@6.32.4", | ||
"main": "./dist/react-linkify-it.legacy.umd.min", | ||
@@ -28,2 +28,12 @@ "exports": { | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "individual", | ||
"url": "https://ko-fi.com/anantoghosh" | ||
}, | ||
{ | ||
"type": "individual", | ||
"url": "https://pages.razorpay.com/ananto" | ||
} | ||
], | ||
"bugs": { | ||
@@ -30,0 +40,0 @@ "url": "https://github.com/anantoghosh/react-linkify-it/issues" |
@@ -5,4 +5,4 @@ # react-linkify-it 🔗 | ||
[![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) | ||
![Tree shaking supported](https://badgen.net/bundlephobia/tree-shaking/react-linkify-it) | ||
[![NPM bundle size](https://img.shields.io/bundlephobia/minzip/react-linkify-it)](https://bundlephobia.com/package/react-linkify-it) | ||
![Tree shaking supported](https://img.shields.io/badge/Tree%20Shaking-Supported-blue) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/fcb46fb37e7c25990c53/maintainability)](https://codeclimate.com/github/anantoghosh/react-linkify-it/maintainability) | ||
@@ -13,3 +13,4 @@ [![Test Coverage](https://api.codeclimate.com/v1/badges/fcb46fb37e7c25990c53/test_coverage)](https://codeclimate.com/github/anantoghosh/react-linkify-it/test_coverage) | ||
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ananto) | ||
<a href="https://ko-fi.com/anantoghosh" rel="nofollow"><img alt="Support me (worldwide)" src="https://anantoghosh.github.io/assets/kofi.svg" height="36" /></a> | ||
<a href="https://pages.razorpay.com/ananto" rel="nofollow"><img alt="Support me (india)" src="https://anantoghosh.github.io/assets/razorpay.svg" height="36" /></a> | ||
@@ -236,5 +237,3 @@ A tiny universal linking solution that turns **any pattern** in your text clickable (aka linkify). | ||
<a href="https://www.buymeacoffee.com/ananto">Buy me a coffee link</a>. | ||
<div align="center"> | ||
<a href="https://www.buymeacoffee.com/ananto"><img src="https://media4.giphy.com/media/H2AOo40S1qbuNslXes/giphy.gif?cid=790b761126d17cb3eef4e1fe985cbe2249bbd02ea498d465&rid=giphy.gif&ct=g" /></a> | ||
<div> | ||
<a href="https://ko-fi.com/anantoghosh" rel="nofollow"><img alt="Support me (worldwide)" src="https://anantoghosh.github.io/assets/kofi.svg" height="36" /></a> | ||
<a href="https://pages.razorpay.com/ananto" rel="nofollow"><img alt="Support me (india)" src="https://anantoghosh.github.io/assets/razorpay.svg" height="36" /></a> |
48973
237