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

@brightspace-ui-labs/navigation

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui-labs/navigation - npm Package Compare versions

Comparing version 5.5.4 to 5.5.5

15

d2l-navigation-link-image.js

@@ -54,8 +54,11 @@ import { css, html, LitElement } from 'lit';

render() {
return html`
<a href="${this.href}" title="${this.text}">
<span class="d2l-navigation-highlight-border"></span>
<span class="d2l-navigation-link-image-container"><img src="${this.src}" alt="${this.text}"></span>
</a>
`;
if (this.href) {
return html`
<a href="${this.href}" title="${this.text}">
<span class="d2l-navigation-highlight-border"></span>
<span class="d2l-navigation-link-image-container"><img src="${this.src}" alt="${this.text}"></span>
</a>
`;
}
return html`<span class="d2l-navigation-link-image-container"><img src="${this.src}" alt="${this.text}" title="${this.text}"></span>`;
}

@@ -62,0 +65,0 @@ }

2

package.json
{
"name": "@brightspace-ui-labs/navigation",
"version": "5.5.4",
"version": "5.5.5",
"type": "module",

@@ -5,0 +5,0 @@ "repository": "https://github.com/BrightspaceUILabs/navigation.git",

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