bv-ui-core
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -16,3 +16,3 @@ /** | ||
function domainMatches (domain, hostname) { | ||
if (domain.charAt(0) === '.' && hostname) { | ||
if (domain && (domain.charAt(0) === '.') && hostname) { | ||
// domainMatches('.domain.com', 'sub.domain.com') and | ||
@@ -19,0 +19,0 @@ // domainMatches('.sub.domain.com', 'sub.domain.com') are both true. |
{ | ||
"name": "bv-ui-core", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"license": "Apache 2.0", | ||
@@ -5,0 +5,0 @@ "description": "Bazaarvoice UI-related JavaScript", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
219622
7