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

bv-ui-core

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bv-ui-core - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

2

lib/domainPolice/index.js

@@ -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",

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