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

sanitize-html

Package Overview
Dependencies
Maintainers
9
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sanitize-html - npm Package Compare versions

Comparing version 1.14.2 to 1.14.3

4

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

@@ -28,3 +28,3 @@ "main": "index.js",

"htmlparser2": "^3.9.0",
"regexp-quote": "0.0.0",
"lodash.escaperegexp": "^4.1.2",
"xtend": "^4.0.0"

@@ -31,0 +31,0 @@ },

@@ -369,2 +369,3 @@ # sanitize-html

1.14.3: inadvertent removal of lodash regexp quote dependency in 1.14.2 has been corrected.
1.14.2: protocol-relative URL detection must spot URLs starting with `\\` rather than `//` due to ages-old tolerance features of web browsers, intended for sleepy Windows developers. Thanks to Martin Bajanik.

@@ -371,0 +372,0 @@ 1.14.1: documented `allowProtocolRelative` option. No code changes from 1.14.0, released a few moments ago.

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