Skip to content

Commit

Permalink
Upgraded dependencies. Added some more meta-keywords. Increased version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed May 14, 2024
1 parent 5b7d3cf commit cf2d9f1
Show file tree
Hide file tree
Showing 2 changed files with 1,657 additions and 1,325 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "2.9.0",
"version": "2.10.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand All @@ -11,7 +11,10 @@
"wrapper",
"universal",
"ssr",
"html-escape"
"html-escape",
"sanitize",
"sanitize-html",
"sanitizer"
],
"scripts": {
"test": "jest",
Expand All @@ -32,7 +35,7 @@
"types": "index.d.ts",
"dependencies": {
"@types/dompurify": "^3.0.5",
"dompurify": "^3.1.2",
"dompurify": "^3.1.3",
"jsdom": "^24.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit cf2d9f1

Please sign in to comment.