4.2.0 • Published 6 months ago

linkify-plugin-ip v4.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

linkify-plugin-ip

npm version

Detect and convert IPv4 and IPv6 addresses to <a> anchor tags with Linkify.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-plugin-ip

Import into your JavaScript with require

const linkify = require('linkifyjs')
require('linkify-plugin-ip');

or with ES modules

import * as linkify from 'linkifyjs';
import 'linkify-plugin-ip';

Usage

Read the full documentation.

License

MIT

4.1.4

7 months ago

4.2.0

6 months ago

4.1.3

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.0.0-beta.6

3 years ago