Socket
Socket
Sign inDemoInstall

sanitize-html

Package Overview
Dependencies
Maintainers
9
Versions
113
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.1 to 1.18.2

.travis.yml

2

dist/index.js

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

var isString = require('lodash.isstring');
var isPlainObject = require('lodash.isPlainObject');
var isPlainObject = require('lodash.isplainobject');
var srcset = require('srcset');

@@ -12,0 +12,0 @@ var postcss = require('postcss');

{
"name": "sanitize-html",
"version": "1.18.1",
"version": "1.18.2",
"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,7 @@ # sanitize-html

1.18.2:
* Travis tests passing.
* Fixed another case issue — and instituted Travis CI testing so this doesn't happen again. Sorry for the hassle.
1.18.1:

@@ -479,0 +484,0 @@

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

var isString = require('lodash.isstring');
var isPlainObject = require('lodash.isPlainObject');
var isPlainObject = require('lodash.isplainobject');
var srcset = require('srcset');

@@ -10,0 +10,0 @@ var postcss = require('postcss');

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