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

@types/sanitize-html

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sanitize-html - npm Package Compare versions

Comparing version 1.23.0 to 1.23.1

2

sanitize-html/index.d.ts

@@ -64,3 +64,3 @@ // Type definitions for sanitize-html 1.23.0

allowedTags?: string[] | boolean;
textFilter?: (text: string) => string;
textFilter?: (text: string, tagName: string) => string;
exclusiveFilter?: (frame: IFrame) => boolean;

@@ -67,0 +67,0 @@ nonTextTags?: string[];

{
"name": "@types/sanitize-html",
"version": "1.23.0",
"version": "1.23.1",
"description": "TypeScript definitions for sanitize-html",

@@ -74,4 +74,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "f70452951cdc33d1b87939bda9e8da63e1d86a52eb5de5f2323c3bc6733f349f",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "7620c461990b3e96df5fafb1df6e82ebe4fa1f8bd588ac465a55768838fef3dd",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 26 Apr 2020 16:35:43 GMT
* Last updated: Wed, 10 Jun 2020 23:16:00 GMT
* Dependencies: [@types/htmlparser2](https://npmjs.com/package/@types/htmlparser2)

@@ -14,0 +14,0 @@ * Global values: none

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