Sanitize rather than strip html

This commit is contained in:
Jon Staab
2024-06-11 12:41:56 -07:00
parent 289d2fb8f9
commit 9c9e483f01
6 changed files with 35 additions and 39 deletions
+1 -2
View File
@@ -26,13 +26,12 @@
"fix": "gts fix"
},
"devDependencies": {
"@types/insane": "^1.0.0",
"gts": "^5.0.1",
"tsc-multi": "^1.1.0",
"typescript": "~5.1.6"
},
"dependencies": {
"insane": "^2.6.2",
"@braintree/sanitize-url": "^7.0.2",
"nostr-tools": "^2.7.0"
}
}