🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

linkify-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkify-react - npm Package Versions

nfrasser
published 4.3.1 •

Changelog

Source

v4.3.1

  • Use correct simple-html-tokenizer version for linkify-html
nfrasser
published 4.3.0 •

Changelog

Source

v4.3.0

  • HTML comments opened or closed with 3 dashes tokenized correctly
  • Restore support for delimiter apostrophes in URLs
  • Rename dist file .cjs.js and .es.js extensions to .cjs and .mjs, respectively
nfrasser
published 4.2.0 •

Changelog

Source

v4.2.0

  • Correctly sanitize object replacement character by treating as whitespace
  • Avoid detecting invalid URLs with numbers around boundaries
  • Prevent delimiter apostrophes from being included in URLs
  • Correctly interpret \r\n as newline character
  • Correctly interpret emoji followed by # sign
  • Fix support for domain names with multiple hyphens
  • Fix parsing for magnet links
nfrasser
published 4.1.4 •

Changelog

Source

v4.1.4

  • Add support for full width middle dot in hashtag plugin
  • Development updates for newest Node.js versions
nfrasser
published 4.1.3 •

Changelog

Source

v4.1.3

  • Fix HTML entity & symbol double-encoding in linkify-html
  • Support for full-width brackets, full-width less-than/greater-than signs and corner bracket as delimiters
nfrasser
published 4.1.2 •

Changelog

Source

v4.1.2

  • Ensure linkify.find respects validate option
nfrasser
published 4.1.1 •

Changelog

Source

v4.1.1

  • Slightly simpler TLDs encoding/parsing
  • Fix jsdoc in linkify-react
  • Improved parsing of URLs with symbols
  • Ensure function options get called with unformatted href
nfrasser
published 4.1.0 •

Changelog

Source

v4.1.0

  • Drop support for Safari 10
  • Reduce core bundle file size by ~30%
  • Restore support for email address with scheme local part
  • Allow hashtags with emojis
nfrasser
published 4.0.2 •

Changelog

Source

v4.0.2

  • Fix email address detection with domains containing numbers
nfrasser
published 4.0.1 •

Changelog

Source

v4.0.1

  • Restore nl2br option for linkify-html
  • Fixed duplicate key warning in linkify-react with multiple children