@adminforth/audit-log
Advanced tools
Comparing version 1.0.35 to 1.0.36
{ | ||
"name": "@adminforth/audit-log", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"description": "AdminForth plugin for logging all actions (who did what and when)", | ||
@@ -9,3 +9,4 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"rollout": "tsc && cp -rf custom dist/ && npm version patch && npm publish --access public" | ||
"rollout": "tsc && cp -rf custom dist/ && npm version patch && npm publish --access public", | ||
"postinstall": "npm link adminforth" | ||
}, | ||
@@ -15,5 +16,4 @@ "author": "devforth", | ||
"dependencies": { | ||
"dayjs": "^1.11.11", | ||
"adminforth": "file:../../" | ||
"dayjs": "^1.11.11" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26288
1
1
- Removedadminforth@file:../../