Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mconnect/auditlog

abbeymart2MIT0.1.0

Transactions / audit log for data CRUD functions and access tracking

audit log, transaction log

readme

@mconnect/auditlog

Transactions / audit log for data CRUD functions and access tracking.

Installation

$ npm install @mconnect/auditlog

API

// Coming soon

const abc = 'test';
console.log('abc: ', abc);

Example

// Coming soon

const abc = 'test';
console.log('abc: ', abc);

changelog

Historical logs

Version 0.1.0

  • Released April 08, 2020
  • Includes audit/transaction logs to mongoDB collection
  • Re-write of translog using class style