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

@types/csp-html-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/csp-html-webpack-plugin - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

12

csp-html-webpack-plugin/index.d.ts

@@ -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

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