
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
crazywebtag-header
Advanced tools
Crazywebtag Header
#Installation
Angular 5.2.0
$ npm install crazywebtag-header
#Usage
##App Module In app.module add
import { CrazywebtagHeaderComponent } from './crazywebtag-header/crazywebtag-header.component';
and
@NgModule({
declarations: [
CrazywebtagHeaderComponent
],
});
####Component In component html page add
<crazywebtag-header [headerData]="headerData"></crazywebtag-header>
######headerData
Main format for headerData should be like below:
{
"logo": "./assets/images/logo.png",
"sitename": "Crazywebtag",
"href": "/home",
menu: [
{
"name": "Home",
"href": "/home"
},
{
"name": "About Me",
"href": "/about-me"
},
{
"name": "Portfolio",
"href": "/portfolio",
submenu: [
{
"name": "What I Do",
"href": "/portfolio/what-i-do"
},
{
"name": "My Works",
"href": "/portfolio/my-works"
},
{
"name": "Clients",
"href": "/portfolio/clients"
}
]
},
{
"name": "Blog",
"href": "/blog/all",
submenu: [
{
"name": "CSS Properties",
"href": "/blog/css-properties"
},
{
"name": "Plugins & Component",
"href": "/blog/plugins"
},
{
"name": "UI & UX",
"href": "/blog/uiux"
}
]
},
{
"name": "Contact Me",
"href": "/contact-me"
}
]
};
'logo': is the path of the logo image, it also support svg format.
'sitename': is the site name as text.
'name': is the text will be showen fot the user.
'href': is where link go when user click.
Note All fileds are required.
##Demo
FAQs
Responsive header with burger menu and submenu
The npm package crazywebtag-header receives a total of 0 weekly downloads. As such, crazywebtag-header popularity was classified as not popular.
We found that crazywebtag-header demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.