isomorphic-dompurify
Advanced tools
+4
-3
| { | ||
| "name": "isomorphic-dompurify", | ||
| "version": "3.3.0", | ||
| "version": "3.4.0", | ||
| "description": "Makes it possible to use DOMPurify on server and client in the same way.", | ||
@@ -60,3 +60,3 @@ "keywords": [ | ||
| "dompurify": "^3.3.3", | ||
| "jsdom": "^28.1.0" | ||
| "jsdom": "^29.0.0" | ||
| }, | ||
@@ -73,6 +73,7 @@ "devDependencies": { | ||
| "engines": { | ||
| "node": "^20.19.0 || ^22.12.0 || >=24.0.0" | ||
| "node": "^20.19.0 || ^22.13.0 || >=24.0.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "format": "biome format --write", | ||
| "lint": "biome check", | ||
@@ -79,0 +80,0 @@ "lint:fix": "biome check --fix", |
+3
-2
| # Isomorphic DOMPurify | ||
| [](https://badge.fury.io/js/isomorphic-dompurify) | ||
| [](https://www.npmjs.com/package/isomorphic-dompurify) | ||
| [](https://github.com/kkomelin/isomorphic-dompurify/actions/workflows/build_test.yml) | ||
@@ -31,2 +31,3 @@ | ||
| | `>=3.0.0` | `^20.19.0 \|\| ^22.12.0 \|\| >=24.0.0` | Server | | ||
| | `>=3.4.0` | `^20.19.0 \|\| ^22.13.0 \|\| >=24.0.0` | Server | | ||
@@ -88,3 +89,3 @@ ## Installation | ||
| Want to try `isomorphic-dompurify` with your favorite framework? Check out [isomorphic-dompurify-playgrounds](https://github.com/kkomelin/isomorphic-dompurify-playgrounds) — minimal setups for popular frameworks including Astro, Next.js, Nuxt, React and Svelte. | ||
| Want to try `isomorphic-dompurify` with your favorite framework? Check out [isomorphic-dompurify-playgrounds](https://github.com/kkomelin/isomorphic-dompurify-playgrounds) — minimal setups for popular frameworks including Astro, Next.js, Nuxt, React, Svelte, and others. | ||
@@ -91,0 +92,0 @@ ## Known Issues |
23924
0.52%101
1%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated