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.18.0 to 1.18.1

2

dist/index.js

@@ -8,3 +8,3 @@ 'use strict';

var mergeWith = require('lodash.mergewith');
var isString = require('lodash.isString');
var isString = require('lodash.isstring');
var isPlainObject = require('lodash.isPlainObject');

@@ -11,0 +11,0 @@ var srcset = require('srcset');

{
"name": "sanitize-html",
"version": "1.18.0",
"version": "1.18.1",
"description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis",

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

@@ -477,2 +477,6 @@ # sanitize-html

1.18.1:
* A file was required with incorrect case, breaking the library on case sensitive filesystems such as Linux. Fixed.
1.18.0:

@@ -479,0 +483,0 @@

@@ -6,3 +6,3 @@ var htmlparser = require('htmlparser2');

var mergeWith = require('lodash.mergewith');
var isString = require('lodash.isString');
var isString = require('lodash.isstring');
var isPlainObject = require('lodash.isPlainObject');

@@ -9,0 +9,0 @@ var srcset = require('srcset');

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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