Socket
Socket
Sign inDemoInstall

sanitize-html-plus

Package Overview
Dependencies
13
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.4-3 to 1.11.4-4

3

index.js

@@ -292,2 +292,5 @@ var htmlparser = require('htmlparser2');

if (a === 'style')
return s.replace(/\"/g, '\'');
if (typeof(s) !== 'string') {

@@ -294,0 +297,0 @@ s = s + '';

2

package.json
{
"name": "sanitize-html-plus",
"version": "1.11.4-3",
"version": "1.11.4-4",
"description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc