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

@tc-libs/login-access

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tc-libs/login-access

Storico accessi/login utente.

latest
npmnpm
Version
3.9.0
Version published
Maintainers
1
Created
Source

@tc-libs/login-access

Storico accessi/login utente.

Il package fornisce:

  • LoginAccessModule
  • LoginAccessService
  • entity/repository/controller admin

LoginAccessService

Estende AbstractService e aggiunge:

  • anonymizeUser(email, from, to)

Esempio:

await this.loginAccessService.anonymizeUser(
  'user@example.com',
  new Date('2025-01-01'),
  new Date('2025-12-31'),
);

Nel codice attuale il metodo rimuove i record matching nel range temporale.

Quando usarlo

Utile per audit trail login, backoffice e processi GDPR/retention.

Sviluppo

nx build login-access
nx test login-access

FAQs

Package last updated on 01 Apr 2026

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