
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@tul/shared-utils-backoffice
Advanced tools

Project name is a "web backoffice utils" is a library that contains common providers - modules - services that all the micro front ends will used.
To run the application locally, follow these simple example steps.
You need to install npm first and then angular cli with the following commands. We also recommend using Visual Studio Code as IDE.
nvm install v16.14.1
nvm use 16.14.1
npm install npm -g
npm install -g @angular/cli
The following commands and instructions will help you know how to deploy or run functionalities locally.
In this section we will explain our git strategy.
The project use a multimodule design pattern.
src/
| assets/ # Assets
| lib/ # Library web-backoffice-utils
| | errorHandler/ # Custom Error handler
| | grapgql/ # Module Graphql
| | interceptors/ # Custom Http Interceptor
| | interfaces/ # Models
| | providers/ # const providers
| | services/ # Services to make calls to get menus, validate permissions, etc
| | states/ # State session
| public-api.ts # Main file that export all files allow to used
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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.