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.3.0 to 0.4.0

6

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

@@ -29,3 +29,3 @@ "keywords": [

"@types/dompurify": "^2.0.2",
"dompurify": "^2.0.11",
"dompurify": "^2.0.12",
"jsdom": "^16.2.1"

@@ -35,4 +35,4 @@ },

"devDependencies": {
"jest": "^26.0.1"
"jest": "^26.1.0"
}
}
# Isomorphic DOMPurify
[![npm version](https://badge.fury.io/js/isomorphic-dompurify.svg)](https://badge.fury.io/js/isomorphic-dompurify)
[![Build Status](https://travis-ci.com/kkomelin/isomorphic-dompurify.svg?branch=master)](https://travis-ci.org/github/kkomelin/isomorphic-dompurify)
[![Build Status](https://travis-ci.org/kkomelin/isomorphic-dompurify.svg?branch=master)](https://travis-ci.org/kkomelin/isomorphic-dompurify)

@@ -47,8 +47,8 @@ The library makes it possible to seamlessly use [DOMPurify](https://github.com/cure53/DOMPurify) on server and client in the same way.

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

@@ -55,0 +55,0 @@ ## License

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