🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@nebula.js/sn-nav-menu

Package Overview
Dependencies
Maintainers
7
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nebula.js/sn-nav-menu

A navigation menu object for Qlik Sense

latest
npmnpm
Version
0.14.1
Version published
Maintainers
7
Created
Source

sn-nav-menu

!Experimental

A navigation menu object for Qlik Sense implemented as a nebula.js supernova.

Developing

  • Install with pnpm install
  • Transpile code: pnpm build (or pnpm build:watch)
  • Run it using nebula serve pnpm start

Testing

Run unit tests with:

pnpm test:unit

Rendering tests

Rendering tests are running playwright. Execute rendering tests with pnpm test:e2 --headed.

Rendering test compares a baseline snapshot with a current version of the same object. The output is then stored under baselines. It is important to take the baseline from the build in your PR and not your local baselines which is stored under baselines-local. The report with baselines can be found under summary under a link called test report.

You can use the action called update snapshot to trigger a commit into your branch that automatically updates the snapshots.

  • Go to actions tab
  • Click on Build, validate, (release) workflow
  • Open the Run workflow dropdown menu to the right
  • Choose your branch and tick the update_snapshot
  • Click Run workflow - now a commit will be done to your branch with updated snapshots

Linting

Run lint with:

pnpm lint

Releasing

Trigger the github action Build, validate, (release) and make sure you tick the release checkbox.

Keywords

qlik

FAQs

Package last updated on 17 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts