New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

isomorphic-dompurify

Package Overview
Dependencies
Maintainers
1
Versions
64
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 0.19.0 to 0.20.0

8

package.json
{
"name": "isomorphic-dompurify",
"version": "0.19.0",
"version": "0.20.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",

@@ -35,9 +35,9 @@ "keywords": [

"dompurify": "^2.3.8",
"jsdom": "^19.0.0"
"jsdom": "^20.0.0"
},
"types": "index.d.ts",
"devDependencies": {
"jest": "^28.1.0",
"terser": "^5.13.1"
"jest": "^28.1.1",
"terser": "^5.14.1"
}
}
# Isomorphic DOMPurify
[![npm version](https://badge.fury.io/js/isomorphic-dompurify.svg)](https://badge.fury.io/js/isomorphic-dompurify)
[![Build Status](https://app.travis-ci.com/kkomelin/isomorphic-dompurify.svg?branch=master)](https://app.travis-ci.com/kkomelin/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)
[![Bundlephobia Minified Size](https://badgen.net/bundlephobia/min/isomorphic-dompurify)](https://bundlephobia.com/result?p=isomorphic-dompurify)

@@ -50,11 +50,2 @@

## Supported Environments
The library is aimed to work **everywhere** and has been tested in the following environments:
- Node.js, CommonJS ([automatically](https://app.travis-ci.com/kkomelin/isomorphic-dompurify) & manually)
- Node.js, Webpack, ES6 (manually)
- React.js without SSR (manually)
- Next.js without SSR (manually)
- Next.js with SSR (manually)
## Known Issues

@@ -61,0 +52,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc