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.13.30 to 1.13.31

8

sanitize-html/index.d.ts

@@ -38,6 +38,6 @@ // Type definitions for sanitize-html 1.13.0

interface IOptions {
allowedAttributes?: { [index: string]: string[] };
allowedClasses?: { [index: string]: string[] };
allowedSchemes?: string[];
allowedTags?: string[];
allowedAttributes?: { [index: string]: string[] } | boolean;
allowedClasses?: { [index: string]: string[] } | boolean;
allowedSchemes?: string[] | boolean;
allowedTags?: string[] | boolean;
exclusiveFilter?: (frame: IFrame) => boolean;

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

{
"name": "@types/sanitize-html",
"version": "1.13.30",
"version": "1.13.31",
"description": "TypeScript definitions for sanitize-html 1.13.0",

@@ -14,3 +14,4 @@ "license": "MIT",

"dependencies": {},
"typings": "index.d.ts"
"typings": "index.d.ts",
"typesPublisherContentHash": "835459fc02d0882a0a8f60d07d512b8e8b0257af86caeebf79081a0eb1ac4c29"
}

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

Additional Details
* Last updated: Thu, 25 Aug 2016 16:56:10 GMT
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -24,3 +24,3 @@ {

"hasPackageJson": false,
"contentHash": "08558f770a74b676c881affe89f311bb283681c9d17d74b59f0c1dcbd9922ad8"
"contentHash": "835459fc02d0882a0a8f60d07d512b8e8b0257af86caeebf79081a0eb1ac4c29"
}
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