You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

linkify-html

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkify-html

HTML String interface for linkifyjs

3.0.3
Source
npm
Version published
Weekly downloads
114K
4.14%
Maintainers
1
Weekly downloads
 
Created
Source

linkify-html

Linkify HTML String Interface. Use linkify-html to highlight links within strings that contain HTML markup.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-html

Import into your JavaScript with require

const linkifyHtml = require('linkify-html');

or with ES modules

import linkifyHtml from 'linkify-html';

Usage

Read the full documentation.

License

MIT

Keywords

link

FAQs

Package last updated on 14 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts