Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@bloomreach/navapp
Advanced tools
This project contains code related to the navigation application and navigation communication library. The navapp is the container application of micro-frontends in BRX. Through configuration it allows the loading of isolated apps inside iframes hosted on any domain. These client apps can then use the communication library to communictate with the navapp API to execute tasks.
This is an Angular workspace generated by the Angular CLI. The projects folder contains the navapp application
the navapp communication library
and an example app to be loaded inside an iframe for quick testing purposes.
The root contains the configuration files related to the navapp
.
For a development setup:
npm ci
npm run build navapp-communication -- --watch
npm run start
npm run start:example-app
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
First install the dependencies with npm ci
then:
npm run build
npm run build -- navapp-communication
This project was generated with Angular CLI.
Run npm run start
for a dev server and npm run start:example-app
. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
FAQs
## Introduction
We found that @bloomreach/navapp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 33 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.