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

@windicss/plugin-utils

Package Overview
Dependencies
Maintainers
2
Versions
166
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 0.6.5 to 0.6.6

8

dist/index.d.ts

@@ -72,2 +72,9 @@ import { Config } from 'windicss/types/interfaces';

/**
* File paths will be resolved against this directory.
*
* @default process.cwd
* @internal
*/
root?: string;
/**
* Scan the files and extract the usage

@@ -191,2 +198,3 @@ *

};
root: string;
transformCSS: boolean | 'pre' | 'auto' | 'post';

@@ -193,0 +201,0 @@ transformGroups: boolean;

2

package.json
{
"name": "@windicss/plugin-utils",
"description": "Common utils for building integrations of Windi CSS",
"version": "0.6.5",
"version": "0.6.6",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "module": "dist/index.mjs",

Sorry, the diff of this file is too big to display

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