Socket
Socket
Sign inDemoInstall

linkifyjs

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkifyjs - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

LICENSE

2

dist/linkify-plugin-ticket.js

@@ -12,3 +12,3 @@ (function (exports, linkifyjs) {

utils = _ref.utils;
// TODO: Add cross-repo style tickets? e.g., Soapbox/linkifyjs#42
// TODO: Add cross-repo style tickets? e.g., Hypercontext/linkifyjs#42
// Is that even feasible?

@@ -15,0 +15,0 @@ var _scanner$tokens = scanner.tokens,

@@ -15,3 +15,3 @@ 'use strict';

utils = _ref.utils;
// TODO: Add cross-repo style tickets? e.g., Soapbox/linkifyjs#42
// TODO: Add cross-repo style tickets? e.g., Hypercontext/linkifyjs#42
// Is that even feasible?

@@ -18,0 +18,0 @@ var _scanner$tokens = scanner.tokens,

{
"name": "linkifyjs",
"version": "3.0.0",
"version": "3.0.1",
"description": "Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML <a> links.",

@@ -15,3 +15,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/Soapbox/linkifyjs.git",
"url": "git+https://github.com/Hypercontext/linkifyjs.git",
"directory": "packages/linkifyjs"

@@ -31,8 +31,8 @@ },

],
"author": "Soapbox Innovations (@SoapBoxHQ)",
"author": "Hypercontext",
"license": "MIT",
"bugs": {
"url": "https://github.com/Soapbox/linkifyjs/issues"
"url": "https://github.com/Hypercontext/linkifyjs/issues"
},
"homepage": "https://github.com/Soapbox/linkifyjs#readme",
"homepage": "https://github.com/Hypercontext/linkifyjs#readme",
"devDependencies": {

@@ -39,0 +39,0 @@ "@nfrasser/simple-html-tokenizer": "^0.5.11-1"

linkifyjs
===
Core [linkify](https://soapbox.github.io/linkifyjs/) library.
Core [Linkify](https://linkify.js.org/) JavaScript library. Use Linkify and its
related packages to find links in plain-text and convert them to HTML &lt;a&gt; tags
## Installation

@@ -24,4 +26,18 @@

Separate packages are available for each of the following features:
- [HTML strings](https://github.com/Hypercontext/linkifyjs/tree/main/packages/linkify-html)
- [React component](https://github.com/Hypercontext/linkifyjs/tree/main/packages/linkify-react)
- [jQuery plugin](https://github.com/Hypercontext/linkifyjs/tree/main/packages/linkify-jquery)
- [DOM Elements](https://github.com/Hypercontext/linkifyjs/tree/main/packages/linkify-element)
- [Plain-text](https://github.com/Hypercontext/linkifyjs/tree/main/packages/linkify-string)
- [#hashtag plugin](https://github.com/Hypercontext/linkifyjs/tree/main/packages/linkify-plugin-hashtag)
- [@mention plugin](https://github.com/Hypercontext/linkifyjs/tree/main/packages/linkify-plugin-mention)
- [#ticket plugin](https://github.com/Hypercontext/linkifyjs/tree/main/packages/linkify-plugin-ticket)
## Usage
[Read the full documentation](https://soapbox.github.io/linkifyjs/docs/linkifyjs.html).
[Read the full documentation](https://linkify.js.org/docs/linkifyjs.html).
## License
MIT
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