New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tul/shared-utils-backoffice

Package Overview
Dependencies
Maintainers
1
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tul/shared-utils-backoffice

![TUL](https://wiki.soytul.com/assets/img/logo_tul.png)

latest
npmnpm
Version
7.0.0
Version published
Weekly downloads
49
-80.86%
Maintainers
1
Weekly downloads
 
Created
Source

TUL

TUL - Web Backoffice Utils

made-for-VSCode Bitbucket open pull requests Bitbucket issues LinkedIn

Table of Contents

  • 1 Application Links
  • 2 About The Project
    • 2.1 Built With
  • 3 Getting Started
    • 3.1 Prerequisites
    • 3.2 Installation
  • 4 Usage
    • 4.1 Commands
    • 4.2 Deployment
  • 5 GIT
    • 5.1 Branches
    • 5.2 Branching workflow
  • 6 Arquitecture
    • 6.1 Angular Arquitecture
  • 7 TODO List

2 About The Project

Project name is a "web backoffice utils" is a library that contains common providers - modules - services that all the micro front ends will used.

2.1 Built With

3 Getting Started

To run the application locally, follow these simple example steps.

3.1 Prerequisites

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

3.2 Installation

4 Usage

The following commands and instructions will help you know how to deploy or run functionalities locally.

4.1 Commands

4.2 Deployment (CI/CD)

5 Git

In this section we will explain our git strategy.

5.1 Branches

5.2 Branching Workflows

Workflow

6 Arquitecture

6.1 Angular Architecture

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

7 TODO List

  • Finish the README.md

FAQs

Package last updated on 24 Sep 2025

Did you know?

Socket

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.

Install

Related posts