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.8.1 to 0.8.2

7

CHANGELOG.md

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

### [0.8.2](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.8.1...v0.8.2) (2019-12-17)
### Bug Fixes
* context for dependencies ([#474](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/474)) ([0269860](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/0269860adb0eaad477901188eea66693fedf7769))
### [0.8.1](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.8.0...v0.8.1) (2019-12-17)

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

3

dist/loader.js

@@ -137,3 +137,3 @@ "use strict";

this._module.addDependency(new _CssDependency.default(dependency, module.context, count));
this._module.addDependency(new _CssDependency.default(dependency, dependency.context, count));

@@ -179,2 +179,3 @@ identifierCountMap.set(dependency.identifier, count + 1);

identifier: module.identifier(),
context: module.context,
content,

@@ -181,0 +182,0 @@ media,

{
"name": "mini-css-extract-plugin",
"version": "0.8.1",
"version": "0.8.2",
"description": "extracts CSS into separate files",

@@ -5,0 +5,0 @@ "license": "MIT",

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