Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-jhipster-entity-audit

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jhipster-entity-audit

JHipster module to enable entity audit and audit log page

  • 5.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
728
increased by17.61%
Maintainers
0
Weekly downloads
 
Created
Source

generator-jhipster-entity-audit

JHipster blueprint, entity-audit blueprint for JHipster

NPM version Generator Samples

Introduction

This is a JHipster blueprint, that is meant to be used in a JHipster application.

You can choose to enable audit for all entities or choose the entities to be audited from a list during generation.

The blueprint will extend the selected entities with AbstractAuditingEntity to enable audits, hence make sure that your entities doesn't have any super class.

This will also add new columns to the entities, so it is ideal to recreate the tables if you are enabling this for existing entities or use incremental changelog.

The Audit log page is optional and can be added by choosing the option while running the generator.

Javers integration

When using sql or mongodb you can use Javers for entity auditing.

The blueprint will add spring-boot integration for javers. Each repository is annotated with the required @JaversSpringDataAuditable annotation. The new class JaversAuthorProvider provides javers with the correct user modifying an entity.

Prerequisites

As this is a JHipster blueprint, we expect you have JHipster basic knowledge:

  • JHipster

Installation

To install or update this blueprint:

npm install -g generator-jhipster-entity-audit

Usage

To use this blueprint, run the below command

jhipster-entity-audit

or

jhipster --blueprints entity-audit

You can look for updated entity-audit blueprint specific options by running

jhipster-entity-audit app --help

And looking for (blueprint option: entity-audit) like

Pre-release

To use an unreleased version, install it using git.

npm install -g jhipster/generator-jhipster-entity-audit#main
jhipster --blueprints entity-audit --skip-jhipster-dependencies

Keywords

FAQs

Package last updated on 30 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc