@types/mini-css-extract-plugin
Advanced tools
@@ -9,3 +9,3 @@ // Type definitions for mini-css-extract-plugin 1.2 | ||
| import { ChunkData, Plugin } from 'webpack'; | ||
| import { Configuration, Compiler } from 'webpack'; | ||
@@ -17,7 +17,14 @@ /** | ||
| */ | ||
| declare class MiniCssExtractPlugin extends Plugin { | ||
| /** webpack loader used always at the end of loaders list */ | ||
| declare class MiniCssExtractPlugin { | ||
| /** | ||
| * Webpack loader used always at the end of loaders list | ||
| */ | ||
| static loader: string; | ||
| constructor(options?: MiniCssExtractPlugin.PluginOptions); | ||
| /** | ||
| * Apply the plugin | ||
| */ | ||
| apply(compiler: Compiler): void; | ||
| } | ||
@@ -34,3 +41,3 @@ | ||
| */ | ||
| filename?: string | ((chunkData: ChunkData) => string); | ||
| filename?: Required<Configuration>['output']['filename']; | ||
| chunkFilename?: string; | ||
@@ -37,0 +44,0 @@ /** |
| { | ||
| "name": "@types/mini-css-extract-plugin", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "TypeScript definitions for mini-css-extract-plugin", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
| }, | ||
| "typesPublisherContentHash": "a2646e0bb85878ae5a4034fa048156ae323884e5ea0a74e6b51f9627732b9f91", | ||
| "typesPublisherContentHash": "3d3a4ecd911cbf7120be7b7ae59f63c78842c3bdb0b0edc7bd9e105c6bea9c0f", | ||
| "typeScriptVersion": "3.2" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Sun, 25 Oct 2020 09:02:06 GMT | ||
| * Last updated: Tue, 03 Nov 2020 15:14:05 GMT | ||
| * Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack) | ||
@@ -14,0 +14,0 @@ * Global values: none |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
5849
1.44%57
11.76%0
-100%