New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adminforth/audit-log

Package Overview
Dependencies
Maintainers
0
Versions
41
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

to
1.0.0

dist/custom/AuditLogView.vue

8

dist/index.js

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

}
diffColumn.showIn = ['show'];
diffColumn.showIn = {
show: true,
list: false,
edit: false,
create: false,
filter: false,
};
diffColumn.components = {

@@ -105,0 +111,0 @@ show: {

@@ -134,3 +134,9 @@ import type {

diffColumn.showIn = ['show']
diffColumn.showIn = {
show: true,
list: false,
edit: false,
create: false,
filter: false,
};
diffColumn.components = {

@@ -137,0 +143,0 @@ show: {

5

package.json
{
"name": "@adminforth/audit-log",
"version": "1.0.0-next.4",
"version": "1.0.0",
"description": "AdminForth plugin for logging all actions (who did what and when)",

@@ -9,4 +9,3 @@ "main": "dist/index.js",

"scripts": {
"rollout": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch && npm publish --access public",
"build": "tsc",
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
"prepare": "npm link adminforth"

@@ -13,0 +12,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet