@types/csp-html-webpack-plugin
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -82,3 +82,3 @@ // Type definitions for csp-html-webpack-plugin 3.0 | ||
*/ | ||
enabled?: boolean | ((htmlPluginData: HtmlPluginData) => boolean); | ||
enabled?: boolean | ((htmlPluginData: HtmlPluginData) => boolean) | undefined; | ||
/** | ||
@@ -88,3 +88,3 @@ * The hashing method. Your node version must also accept this hashing | ||
*/ | ||
hashingMethod?: 'sha256' | 'sha384' | 'sha512'; | ||
hashingMethod?: 'sha256' | 'sha384' | 'sha512' | undefined; | ||
/** | ||
@@ -94,3 +94,3 @@ * A `<string, boolean>` entry for which policy rules are allowed to | ||
*/ | ||
hashEnabled?: { [directive: string]: boolean }; | ||
hashEnabled?: { [directive: string]: boolean } | undefined; | ||
/** | ||
@@ -100,3 +100,3 @@ * A `<string, boolean>` entry for which policy rules are allowed to | ||
*/ | ||
nonceEnabled?: { [directive: string]: boolean }; | ||
nonceEnabled?: { [directive: string]: boolean } | undefined; | ||
} | ||
@@ -108,4 +108,4 @@ } | ||
cspPlugin?: CspHtmlWebpackPlugin.AdditionalOptions & { | ||
policy?: CspHtmlWebpackPlugin.Policy | ||
}; | ||
policy?: CspHtmlWebpackPlugin.Policy | undefined | ||
} | undefined; | ||
} | ||
@@ -112,0 +112,0 @@ } |
{ | ||
"name": "@types/csp-html-webpack-plugin", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for csp-html-webpack-plugin", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/csp-html-webpack-plugin", | ||
"license": "MIT", | ||
@@ -26,4 +27,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "e393e1f63bbd9b02b02e98a326fe08c77d5a7665f531d5187a5558371b851b71", | ||
"typesPublisherContentHash": "8b3fc0b974e6eca43ce2f59b94d08f1a3aeca017d05332d1e6862a0599c59e18", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 Mar 2021 20:31:54 GMT | ||
* Last updated: Thu, 08 Jul 2021 09:08:23 GMT | ||
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/tapable](https://npmjs.com/package/@types/tapable), [@types/html-webpack-plugin](https://npmjs.com/package/@types/html-webpack-plugin) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6606
0