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

windicss-webpack-plugin

Package Overview
Dependencies
Maintainers
4
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 1.5.2 to 1.5.3

7

CHANGELOG.md

@@ -7,5 +7,12 @@ ### Changelog

#### [1.5.3](https://github.com/windicss/windicss-webpack-plugin/compare/1.5.2...1.5.3)
- fix: aggressive css block transforms [`5f247d6`](https://github.com/windicss/windicss-webpack-plugin/commit/5f247d61a85566461c94495d31edf0da00cf3794)
#### [1.5.2](https://github.com/windicss/windicss-webpack-plugin/compare/1.5.1...1.5.2)
> 26 October 2021
- fix(css): safer transformCSS logic [`aa6df30`](https://github.com/windicss/windicss-webpack-plugin/commit/aa6df30d355d9d6abe841e8783999f2f6e1f99f9)
- Release 1.5.2 [`f9ceb97`](https://github.com/windicss/windicss-webpack-plugin/commit/f9ceb9761a4be739152aa75bb50d2da78499d761)
- chore(pkg): rename main branch [`c8ec0be`](https://github.com/windicss/windicss-webpack-plugin/commit/c8ec0beef106f778e9ed8a1ac3e82261ccec6481)

@@ -12,0 +19,0 @@

2

dist/loaders/transform-template.js

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

try {
const templateWithTransformedCSS = source.replace(/<style(.*?)>(.*)<\/style>/gms, (match, meta, css) => {
const templateWithTransformedCSS = source.replace(/<style(.*?)>(.*?)<\/style>/gms, (match, meta, css) => {
if (meta.includes("sass") || meta.includes("stylus") || meta.includes("less")) {

@@ -44,0 +44,0 @@ _debug.default.loader("Template has unsupported block, skipping resource", this.resource);

{
"name": "windicss-webpack-plugin",
"version": "1.5.2",
"version": "1.5.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": {

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