sanitize-html
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1255831
618