New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@brightspace-ui-labs/navigation

Package Overview
Dependencies
Maintainers
3
Versions
50
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 6.3.0 to 6.4.0

11

d2l-navigation-immersive.js

@@ -209,3 +209,3 @@ import '@brightspace-ui/core/components/colors/colors.js';

<slot name="left">
<d2l-navigation-link-back text="${backLinkText}" href="${this.backLinkHref}"></d2l-navigation-link-back>
<d2l-navigation-link-back text="${backLinkText}" href="${this.backLinkHref}" @click="${this._handleBackClick}"></d2l-navigation-link-back>
</slot>

@@ -227,2 +227,11 @@ </div>

_handleBackClick() {
this.dispatchEvent(
new CustomEvent(
'd2l-navigation-immersive-back-click',
{ bubbles: false, composed: false }
)
);
}
_handlePageResize(e) {

@@ -229,0 +238,0 @@ this._smallWidth = e.matches;

2

package.json
{
"name": "@brightspace-ui-labs/navigation",
"version": "6.3.0",
"version": "6.4.0",
"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