isomorphic-dompurify
Advanced tools
Comparing version 2.19.0 to 2.20.0
{ | ||
"name": "isomorphic-dompurify", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"description": "Makes it possible to use DOMPurify on server and client in the same way.", | ||
@@ -19,6 +19,2 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "terser src/index.js --compress --mangle --module -o index.js" | ||
}, | ||
"bugs": { | ||
@@ -39,3 +35,3 @@ "url": "https://github.com/kkomelin/isomorphic-dompurify/issues" | ||
"dompurify": "^3.2.3", | ||
"jsdom": "^25.0.1" | ||
"jsdom": "^26.0.0" | ||
}, | ||
@@ -48,3 +44,7 @@ "devDependencies": { | ||
"node": ">=18" | ||
}, | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "terser src/index.js --compress --mangle --module -o index.js" | ||
} | ||
} | ||
} |
5978
+ Addedjsdom@26.0.0(transitive)
+ Addedtough-cookie@5.1.0(transitive)
- Removedjsdom@25.0.1(transitive)
- Removedrrweb-cssom@0.7.1(transitive)
- Removedtough-cookie@5.1.1(transitive)
Updatedjsdom@^26.0.0