Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

isomorphic-dompurify

Package Overview
Dependencies
Maintainers
1
Versions
61
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.15.0 to 0.16.0

12

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

@@ -32,11 +32,11 @@ "keywords": [

"dependencies": {
"@types/dompurify": "^2.2.3",
"dompurify": "^2.3.0",
"jsdom": "^16.6.0"
"@types/dompurify": "^2.3.1",
"dompurify": "^2.3.3",
"jsdom": "^18.0.0"
},
"types": "index.d.ts",
"devDependencies": {
"jest": "^27.0.6",
"terser": "^5.7.1"
"jest": "^27.3.1",
"terser": "^5.9.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.org/kkomelin/isomorphic-dompurify.svg?branch=master)](https://travis-ci.org/kkomelin/isomorphic-dompurify)
[![Build Status](https://travis-ci.com/kkomelin/isomorphic-dompurify.svg?branch=master)](https://travis-ci.com/kkomelin/isomorphic-dompurify)
[![Bundlephobia Minified Size](https://badgen.net/bundlephobia/min/isomorphic-dompurify)](https://bundlephobia.com/result?p=isomorphic-dompurify)

@@ -5,0 +5,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