New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@types/mini-css-extract-plugin

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mini-css-extract-plugin - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+11
-4
mini-css-extract-plugin/index.d.ts

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