Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

windicss-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windicss-webpack-plugin - npm Package Compare versions

Comparing version 0.6.0-3 to 0.6.0-4

11

dist/plugin.js

@@ -20,7 +20,3 @@ "use strict";

// @todo validate options
this.options = {
transformCSS: true,
transformGroups: true,
...options,
};
this.options = Object.assign({ transformCSS: true, transformGroups: true }, options);
}

@@ -39,6 +35,3 @@ apply(compiler) {

// setup alias
compiler.options.resolve.alias = {
...compiler.options.resolve.alias,
[constants_1.MODULE_ID]: upath_1.resolve(compiler.context, virtualModulePath),
};
compiler.options.resolve.alias = Object.assign(Object.assign({}, compiler.options.resolve.alias), { [constants_1.MODULE_ID]: upath_1.resolve(compiler.context, virtualModulePath) });
debug_1.default.plugin('options', this.options);

@@ -45,0 +38,0 @@ /*

8

package.json
{
"name": "windicss-webpack-plugin",
"version": "0.6.0-3",
"version": "0.6.0-4",
"license": "MIT",

@@ -43,3 +43,3 @@ "author": {

"dependencies": {
"@windicss/plugin-utils": "0.16.0-beta.15",
"@windicss/plugin-utils": "0.16.0-beta.22",
"debug": "^4.3.1",

@@ -49,4 +49,4 @@ "loader-utils": "^2.0.0",

"upath": "^2.0.1",
"webpack-virtual-modules": "^0.4.2",
"windicss": "3.0.0-beta.13"
"webpack-virtual-modules": "^0.4.3",
"windicss": "3.0.9"
},

@@ -53,0 +53,0 @@ "devDependencies": {

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