Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

linkify-it

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkify-it - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

2.0.2 / 2016-10-15
------------------
- Allow dashes in local domains, #43.
2.0.1 / 2016-09-28

@@ -2,0 +8,0 @@ ------------------

2

lib/re.js

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

// '|' +
'(?:(?:(?:' + re.src_domain + ')\\.)*' + re.src_domain_root + ')' +
'(?:(?:(?:' + re.src_domain + ')\\.)*' + re.src_domain/*_root*/ + ')' +
')';

@@ -115,0 +115,0 @@

{
"name": "linkify-it",
"version": "2.0.1",
"version": "2.0.2",
"description": "Links recognition library with FULL unicode support",

@@ -25,3 +25,3 @@ "keywords": [

"ansi": "^0.3.0",
"autoprefixer-stylus": "^0.9.2",
"autoprefixer-stylus": "^0.11.0",
"benchmark": "^2.1.0",

@@ -32,11 +32,10 @@ "browserify": "*",

"jade": "^1.11.0",
"eslint": "~2.13.1",
"eslint-plugin-nodeca": "^1.0.0",
"eslint": "^3.8.0",
"istanbul": "*",
"mdurl": "^1.0.0",
"mocha": "*",
"ndoc": "^4.0.1",
"mocha": "^3.1.2",
"ndoc": "^5.0.1",
"stylus": "~0.54.5",
"tlds": "^1.37.0"
"tlds": "^1.166.0"
}
}
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