
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
angular-navigation-ui
Advanced tools
npm install angular-navigation-uix
- inside controller use "import {Navigation} from 'angular-navigation-uix/components'"
- inside controller add component as a directive: "directives: [ Navigation ]"
- inside template use <navigation-list></navigation-list> the fallback-url "http://ems-navigation-service.eu-central-1.elasticbeanstalk.com/" will be used
- if you would like to define a other url for the navigation service, use the following syntax:
<navigation-list [url]="'http://alternative.url.com'"></navigation-list>
## For contribution
- change what you would like to change
- increment version inside packages.json
- ```bash
npm run build
``` for building javascript-files
- ```bash
npm publish
``` to push the project to the npm repository
## To test
- you could alway use "npm link" and "npm link angular-navigation-uix" to test the package without publishing it (see here: https://medium.com/@OCombe/how-to-publish-a-library-for-angular-2-on-npm-5f48cdabf435#d1a0)
FAQs
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.