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
60
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.1.0 to 0.2.0

index.d.ts

17

package.json
{
"name": "isomorphic-dompurify",
"version": "0.1.0",
"version": "0.2.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"dompurify",
"xss-filter",
"xss",
"isomorphic",
"wrapper"
],
"bugs": {
"url": "https://github.com/kkomelin/isomorphic-dompurify/issues"
},
"files": [
"index.js",
"index.d.ts",
"browser.js"

@@ -14,5 +25,7 @@ ],

"dependencies": {
"@types/dompurify": "^2.0.1",
"dompurify": "^2.0.8",
"jsdom": "^16.2.1"
}
},
"types": "index.d.ts"
}
# Isomorphic DOMPurify
[![npm version](https://badge.fury.io/js/isomorphic-dompurify.svg)](https://badge.fury.io/js/isomorphic-dompurify)

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

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