We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4532ca7 commit e559218Copy full SHA for e559218
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "isomorphic-dompurify",
3
- "version": "2.28.0",
+ "version": "2.29.0",
4
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
5
"keywords": [
6
"security",
@@ -17,7 +17,7 @@
17
"sanitizer"
18
],
19
"scripts": {
20
- "test": "vitest",
+ "test": "vitest run",
21
"build": "terser src/index.js --compress --mangle --module -o index.js"
22
},
23
"bugs": {
@@ -46,7 +46,7 @@
46
}
47
48
"dependencies": {
49
- "dompurify": "^3.2.7",
+ "dompurify": "^3.3.0",
50
"jsdom": "^27.0.0"
51
52
"devDependencies": {
0 commit comments