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

logismiko-strapi-audit-log

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logismiko-strapi-audit-log

View past actions performed in the admin panel and not only.

  • 0.0.3
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Strapi plugin Audit Log

This plugin allows you to log all the actions performed by the users of your application. Actions performed by the admin users or authenticated users are logged. For external changes if ctx.state.user is empty, it shows "External Change" instead of user name.

IMPORTANT NOTE This plugin is overwriting Strapi's default content-manager plugin and automatically creates strapi-server.js in ./srs/extensions folder. So if you already overwrote this file strapi-server.js plugin may not work properly.

Installation

yarn add logismiko-strapi-plugin-audit-log

or

npm install logismiko-strapi-plugin-audit-log

Usage

In the config/plugins.js you need to add the following configuration:

module.exports = {
  // ...
  'audit-log': {
    enabled: true
  }
  // ...
}

Changelog

0.0.3

  • Added support of pagination
  • Fixed frontend issues

0.0.2

  • Added README.md
  • Changed plugin name to logismiko-strapi-plugin-audit-log

0.0.1

  • Initial release

FAQs

Package last updated on 14 May 2023

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