
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@govflanders/vl-ui-global-header-placeholder
Advanced tools
Use this global header placeholder to set the correct height the global header will take once loaded.
Simple, small placeholder element for the Global Header widget provided by the government of Flanders.
npm install @govflanders/vl-ui-global-header-placeholder -S
Import the dist css (standard or minified) in your scss build
@import “~@govflanders/vl-ui-global-header-placeholder/dist/css/global-header-placeholder.min.css”
Or link the dist css in your <head>
<link rel="stylesheet" type="text/css" href="path/to/stylesheet/global-header-placeholder.min.css">
After including the stylesheet, add the following HTML after the <script>
tag provided by the global header.
<div class=“vl-global-header-placeholder”></div>
Have a secondary (gray) bar with breadcrumb and/or search as well? Use:
<div class=“vl-global-header-placeholder vl-global-header-placeholder—large”></div>
JsDelivr provides a CDN for NPM packages. Note that this is a third-party CDN and we cannot guarantee the up-time of this service.
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@govflanders/vl-ui-global-header-placeholder@1.0.48/dist/css/global-header-placeholder.min.css">
No extra Javascript is required. Once the widget loads (and the DOM element with .vlw class is present) the placeholder gets hidden via an adjacent selector in CSS.
FAQs
Use this global header placeholder to set the correct height the global header will take once loaded.
We found that @govflanders/vl-ui-global-header-placeholder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 25 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.