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
2.2.0
to
2.3.0
+8
-1
mini-css-extract-plugin/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for mini-css-extract-plugin 2.2
// Type definitions for mini-css-extract-plugin 2.3
// Project: https://github.com/webpack-contrib/mini-css-extract-plugin

@@ -79,2 +79,9 @@ // Definitions by: JounQin <https://github.com/JounQin>

linkType?: string | false | 'text/css' | undefined;
/**
* Allows to enable/disable the runtime generation.
* CSS will be still extracted and can be used for a custom loading methods.
* For example, you can use [assets-webpack-plugin](https://github.com/ztoben/assets-webpack-plugin) to retreive them then use your own runtime code to download assets when needed.
* @default true
*/
runtime?: boolean | undefined;
}

@@ -81,0 +88,0 @@ interface LoaderOptions {

+2
-2
{
"name": "@types/mini-css-extract-plugin",
"version": "2.2.0",
"version": "2.3.0",
"description": "TypeScript definitions for mini-css-extract-plugin",

@@ -47,4 +47,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mini-css-extract-plugin",

},
"typesPublisherContentHash": "fd9bd6e29cfeedcc77e8163fdb81ea82ee26bc42e19c66e0460b3a7ce176d58b",
"typesPublisherContentHash": "21607cf7bb5d88875d739c01d90b2eaaac301d0dac36e425d4e4b875d8d4dd72",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Sat, 07 Aug 2021 18:31:23 GMT
* Last updated: Sun, 12 Sep 2021 19:01:21 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none