Skip to content

Commit

Permalink
feat: add dependency: dompurify
Browse files Browse the repository at this point in the history
To sanitize markdown in torrent description.
  • Loading branch information
josecelano committed Jul 4, 2023
1 parent 02268c1 commit 34b9fb6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/typography": "^0.5.9",
"@types/dompurify": "^3.0.2",
"@types/marked": "^5.0.0",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.0",
Expand All @@ -32,6 +33,7 @@
"dependencies": {
"@heroicons/vue": "^2.0.18",
"daisyui": "^3.1.7",
"dompurify": "^3.0.4",
"marked": "^5.1.0",
"notiwind-ts": "^2.0.2",
"torrust-index-api-lib": "^0.2.0",
Expand Down
1 change: 1 addition & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
composables
dompurify
heroicons
notiwind
Nuxt
Expand Down

0 comments on commit 34b9fb6

Please sign in to comment.