You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

isomorphic-dompurify

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-dompurify - npm Package Compare versions

Comparing version
3.3.0
to
3.4.0
+4
-3
package.json
{
"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",

# Isomorphic DOMPurify
[![npm version](https://badge.fury.io/js/isomorphic-dompurify.svg)](https://badge.fury.io/js/isomorphic-dompurify)
[![npm version](https://img.shields.io/npm/v/isomorphic-dompurify.svg)](https://www.npmjs.com/package/isomorphic-dompurify)
[![Test Status](https://github.com/kkomelin/isomorphic-dompurify/actions/workflows/build_test.yml/badge.svg)](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