ansi-to-react
Advanced tools
Comparing version 6.1.5 to 6.1.6
@@ -88,3 +88,3 @@ "use strict"; | ||
const content = []; | ||
const linkRegex = /(\s+|^)(https?:\/\/(?:www\.|(?!www))[^\s.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/g; | ||
const linkRegex = /(\s|^)(https?:\/\/(?:www\.|(?!www))[^\s.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/g; | ||
let index = 0; | ||
@@ -91,0 +91,0 @@ let match; |
{ | ||
"name": "ansi-to-react", | ||
"version": "6.1.5", | ||
"version": "6.1.6", | ||
"description": "ANSI to React Elements", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
8451