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
1
Versions
53
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

  • 1.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
736
increased by33.58%
Maintainers
1
Weekly downloads
 
Created
Source

generator-jhipster-entity-audit NPM version Build Status Dependency Status

JHipster module to enable entity auditing and to add audit log page

Usage

This is a JHipster module, 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 module will extend the selected entities and its DTOs with AbstractAuditingEntity and AbstractAuditingDTO class respectively to enable audits, hence make sure that your entities/DTOs doesn't have any super class.

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

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

jhipster-entity-audit module will register itself as a hook for Jhipster and the question to enable audit will available during future entity generation as well

Installation

As this is a JHipster module, we expect you have JHipster and its related tools already installed.

This module requires Jhipster version greater than 2.26.2 in order to work

npm install -g generator-jhipster-entity-audit

Then run the module on a JHipster generated application:

yo jhipster-entity-audit

If you want don't want to answer each question you can use

yo jhipster-entity-audit default

This will enable auditing for all available entities (only ones created by the jhipster:entity generator) and add the audit log page under admin

License

Apache-2.0 © Deepu KS

Keywords

FAQs

Package last updated on 20 Jan 2016

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