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

@adminforth/audit-log

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminforth/audit-log - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

dist/plugins/audit-log/index.js

@@ -11,3 +11,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

import { AllowedActionsEnum, AdminForthSortDirections } from "adminforth/types/AdminForthConfig.js";
import { AdminForthPlugin } from "adminforth/index.js";
import { AdminForthPlugin } from "adminforth";
class AuditLogPlugin extends AdminForthPlugin {

@@ -14,0 +14,0 @@ constructor(options) {

@@ -7,3 +7,3 @@ import {

} from "adminforth/types/AdminForthConfig.js";
import { AdminForthPlugin } from "adminforth/index.js";
import { AdminForthPlugin } from "adminforth";
import { PluginOptions } from "./types.js";

@@ -10,0 +10,0 @@

{
"name": "@adminforth/audit-log",
"version": "1.0.16",
"version": "1.0.17",
"description": "AdminForth plugin for logging all actions (who did what and when)",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

{
"compilerOptions": {
"paths": {
"adminforth": ["../../index.ts"],
"adminforth/*": ["../../*"]

@@ -5,0 +6,0 @@ },

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