@iannisz/node-cms
Advanced tools
Comparing version 0.0.61 to 0.0.62
{ | ||
"name": "@iannisz/node-cms", | ||
"version": "0.0.61", | ||
"version": "0.0.62", | ||
"description": "Node CMS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -155,2 +155,8 @@ // Save superuser token in memory | ||
} | ||
} | ||
const logout = () => { | ||
Cookies.remove('username') | ||
Cookies.remove('token') | ||
window.location.reload() | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
0
266181
84
6063