You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

linkify-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkify-react - npm Package Versions

n
nfrasser
published 4.3.2 •
100

Supply Chain Security

100

Vulnerability

80

Quality

87

Maintenance

100

License

Changelog

Source

v4.3.2

  • Replace assign helper with Object.assign to avoid prototype pollution
n
nfrasser
published 4.3.1 •
100

Supply Chain Security

100

Vulnerability

80

Quality

80

Maintenance

100

License

Changelog

Source

v4.3.1

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

Supply Chain Security

100

Vulnerability

80

Quality

87

Maintenance

100

License

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
n
nfrasser
published 4.2.0 •
100

Supply Chain Security

100

Vulnerability

80

Quality

84

Maintenance

100

License

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
n
nfrasser
published 4.1.4 •
100

Supply Chain Security

100

Vulnerability

80

Quality

84

Maintenance

100

License

Changelog

Source

v4.1.4

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

Supply Chain Security

100

Vulnerability

80

Quality

87

Maintenance

100

License

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
n
nfrasser
published 4.1.2 •
100

Supply Chain Security

100

Vulnerability

80

Quality

84

Maintenance

100

License

Changelog

Source

v4.1.2

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

Supply Chain Security

100

Vulnerability

80

Quality

84

Maintenance

100

License

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
n
nfrasser
published 4.1.0 •
100

Supply Chain Security

100

Vulnerability

80

Quality

84

Maintenance

100

License

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
n
nfrasser
published 4.0.2 •
100

Supply Chain Security

100

Vulnerability

80

Quality

80

Maintenance

100

License

Changelog

Source

v4.0.2

  • Fix email address detection with domains containing numbers