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

@windicss/plugin-utils

Package Overview
Dependencies
Maintainers
4
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@windicss/plugin-utils - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

2

dist/index.js

@@ -275,3 +275,3 @@ var __create = Object.create;

];
var regexSvelteClass = /class:([\w:/\\,%#\[\].$-]+?)=["']?\{/g;
var regexSvelteClass = /class:([\w!:/\\,%#\[\].$-]+?)=["']?\{/g;
function validClassName(i) {

@@ -278,0 +278,0 @@ return regexClassChecks.every((r) => i.length > 2 && i.match(r));

{
"name": "@windicss/plugin-utils",
"version": "1.8.2",
"version": "1.8.3",
"description": "Common utils for building integrations of Windi CSS",

@@ -33,3 +33,3 @@ "keywords": [

"@antfu/utils": "^0.5.0",
"@windicss/config": "1.8.2",
"@windicss/config": "1.8.3",
"debug": "^4.3.3",

@@ -36,0 +36,0 @@ "fast-glob": "^3.2.11",

Sorry, the diff of this file is not supported yet

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