linkify-it
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -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 @@ ------------------ |
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33719
14