Socket
Socket
Sign inDemoInstall

linkifyjs

Package Overview
Dependencies
0
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1235Next

2.1.1

Diff

Changelog

Source

v2.1.1

  • Detect additional whitespace characters (#163)
nfrasser
published 2.1.0 •

Changelog

Source

v2.1.0

BREAKING CHANGES

  • The dist/jquery.linkify.js 1.x legacy browser files have been permanently removed from the release bundle.
    • Use linkify.js and linkify-jquery.js instead.
  • The deprecated newLine option from linkify 1.x has been completely removed.
    • Use the nl2br option instead.

Features

Deprecations

  • The linkAttributes option is deprecated in favour of just attributes.
  • The linkClass option is deprecated in favour of className.
  • The default .linkified class is deprecated and will be fully removed in a future release.

To maintain compatibility with versions >= 2.1, make sure options objects include these properties instead of linkAttributes and linkClass

All Changes

  • Build optimizations to make compiled AMD payload smaller
  • Bugfix in quick-es3 task
  • Make better use of ES6 modules and rollup
  • Tickets plugin (#156)
  • Additional Mentions features, enhancements, and tests (#155)
  • Mentions plugin (#111)
  • Revamped options utility (#154)
  • Linkify React Interface (#150)
  • Development upgrades (#153)
nfrasser
published 2.0.5 •

Changelog

Source

v2.0.5

  • Correct trailing symbol parsing (#149)
  • Linkify element fixes (#148)
nfrasser
published 2.0.4 •

Changelog

Source

v2.0.4

  • Optimize class code to reduce file size (#147).
  • Update test and dev dependencies
  • Allow uglify to mangle properties, except for the specified ones (#146)
  • Updated tlds.js (#121)
nfrasser
published 2.0.3 •

Changelog

Source

v2.0.3

  • Fixing element interface invalid DOM node error (#141)
nfrasser
published 2.0.2 •

nfrasser
published 2.0.1 •

Changelog

Source

v2.0.1

  • Updated build system and development dependencies
  • IE8 Support
  • Internal API updates
nfrasser
published 2.0.0 •

Changelog

Source

v2.0.0

  • New link-detection technique based on lexicographical analysis via two-stage scanner - essentially regexp with more flexibility.
  • Faster, less destructive DOM manipulation.
  • Node.js API via var linkify = require('linkifyjs');
  • Internal plugin system so you can require only features you need. e.g., require('linkifyjs/plugins/hashtag')(linkify);
  • Browser modules (Browserify, AMD)
  • Mocha Unit tests
  • ES6 Implementation
  • Updated documentation
  • Repository name change
nfrasser
published 2.0.0-beta.9 •

nfrasser
published 2.0.0-beta.8 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc