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
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 1.2.6 to 1.2.7

4

dist/index.js

@@ -388,6 +388,7 @@ var __create = Object.create;

const debugOptions = (0, import_debug.default)(`${name}:options`);
const root = options.root || utilsOptions.root || process.cwd();
let { config, filepath: configFilePath } = loadConfigFile ? (0, import_config.loadConfiguration)(__spreadProps(__spreadValues({
onConfigurationError: (error) => console.error(error)
}, utilsOptions), {
root: utilsOptions.root || options.root,
root,
config: options.config,

@@ -400,3 +401,2 @@ configFiles: options.configFiles

const {
root = utilsOptions.root || process.cwd(),
scan = true,

@@ -403,0 +403,0 @@ preflight = true,

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

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

"@antfu/utils": "^0.2.4",
"@windicss/config": "1.2.6",
"@windicss/config": "1.2.7",
"debug": "^4.3.2",

@@ -29,0 +29,0 @@ "fast-glob": "^3.2.7",

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