Socket
Socket
Sign inDemoInstall

mini-css-extract-plugin

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-css-extract-plugin - npm Package Compare versions

Comparing version 0.11.3 to 0.12.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.12.0](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.11.3...v0.12.0) (2020-10-07)
### Features
* opt-in to transitive only side effects (webpack@5), no more empty JS chunks
### [0.11.3](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.11.2...v0.11.3) (2020-10-02)

@@ -7,0 +14,0 @@

@@ -30,2 +30,7 @@ "use strict";

return `css-module-${this.identifier}-${this.identifierIndex}`;
} // eslint-disable-next-line class-methods-use-this
getModuleEvaluationSideEffectsState() {
return _webpack.default.ModuleGraphConnection.TRANSITIVE_ONLY;
}

@@ -32,0 +37,0 @@

4

package.json
{
"name": "mini-css-extract-plugin",
"version": "0.11.3",
"version": "0.12.0",
"description": "extracts CSS into separate files",

@@ -77,3 +77,3 @@ "license": "MIT",

"standard-version": "^9.0.0",
"webpack": "^4.44.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.6",

@@ -80,0 +80,0 @@ "webpack-dev-server": "^3.7.2"

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