linkifyjs icon indicating copy to clipboard operation
linkifyjs copied to clipboard

JavaScript plugin for finding links in plain-text and converting them to HTML <a> tags.

Results 91 linkifyjs issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

My wallet master key

I have noticed that if the string to be linkified contains html encoded chars the removal of the coded sequence acts strangely. Here is an example: Original string: &quot;https://www.google.com&quot;&quot;http://www.cloudera.com&quot; Output:...

In [the docs](https://linkify.js.org/docs/options.html#events) it's mentioned that `options.events` is available on > *element, jquery interfaces only* Why is it not available on `linkify-string` for example. I think I have a valid...

help wanted
plugin

Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Version: `v4.0.0-beta.5` Here are a few instances of `linkifyHtml` adding extra characters to an URL. In all cases there's no explicit white space separating the URL and extra part. Happens...

Next.js offers component with and format option only allows string output.

- wrong default in https://github.com/Hypercontext/linkifyjs/releases - wrong default in https://linkify.js.org/docs/options.html#truncate

We may have a few different uses on the same page at the same time. And while in one case a plugin can be valid, it can be totally opposite...