UNPKG

lp-audit

Version:

Adds comprehensive audit trail functionality to Loopback by keeping track of who created/modified/deleted data and when they did it, and adds a revisions model compatible with Sofa/Revisionable for PHP (https://github.com/jarektkaczyk/revisionable)

4 lines (2 loc) 98 B
import debug from 'debug'; export default (name = 'auditz') => debug(`loopback:mixins:${name}`);