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
59
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 2.10.0 to 2.11.0

14

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

@@ -19,2 +19,6 @@ "keywords": [

],
"scripts": {
"test": "jest",
"build": "terser src/index.js --compress --mangle --module -o index.js"
},
"bugs": {

@@ -35,3 +39,3 @@ "url": "https://github.com/kkomelin/isomorphic-dompurify/issues"

"@types/dompurify": "^3.0.5",
"dompurify": "^3.1.3",
"dompurify": "^3.1.4",
"jsdom": "^24.0.0"

@@ -45,7 +49,3 @@ },

"node": ">=18"
},
"scripts": {
"test": "jest",
"build": "terser src/index.js --compress --mangle --module -o index.js"
}
}
}
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