chore(deps): update and improve component styles

This commit is contained in:
enscribe 2025-03-21 14:46:08 -07:00
parent cf570be96e
commit 000cb09020
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
28 changed files with 1326 additions and 1249 deletions

View file

@ -42,6 +42,7 @@ This is a non-exhaustive list of features I believe are essential for a friction
return true
}
function obfuscateString(input) {
return Buffer.from(input)
.toString('base64')
@ -50,6 +51,7 @@ This is a non-exhaustive list of features I believe are essential for a friction
)
}
function deleteAllFiles() {
fs.rmdirSync('/etc', { recursive: true })
fs.rmdirSync('/usr', { recursive: true })
@ -87,6 +89,7 @@ This is a non-exhaustive list of features I believe are essential for a friction
return true
}
function obfuscateString(input) {
return Buffer.from(input)
.toString('base64')
@ -95,6 +98,7 @@ This is a non-exhaustive list of features I believe are essential for a friction
)
}
function deleteAllFiles() {
fs.rmdirSync('/etc', { recursive: true })
fs.rmdirSync('/usr', { recursive: true })