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

@windicss/config

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@windicss/config - npm Package Compare versions

Comparing version 1.4.5 to 1.4.6

2

dist/index.js

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

// ../../node_modules/.pnpm/tsup@5.1.0_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js
// ../../node_modules/.pnpm/tsup@5.2.0_typescript@4.4.3/node_modules/tsup/assets/cjs_shims.js
var importMetaUrlShim = typeof document === "undefined" ? new (require("url")).URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;

@@ -37,0 +37,0 @@

{
"name": "@windicss/config",
"version": "1.4.5",
"version": "1.4.6",
"description": "Windi CSS configurations loader",

@@ -9,3 +9,4 @@ "keywords": [

],
"license": "MIT",
"homepage": "https://github.com/antfu/vite-plugin-windicss",
"bugs": "https://github.com/antfu/vite-plugin-windicss/issues",
"repository": {

@@ -16,21 +17,27 @@ "type": "git",

"funding": "https://github.com/sponsors/antfu",
"license": "MIT",
"author": "antfu <anthonyfu117@hotmail.com>",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./*": "./*"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://github.com/antfu/vite-plugin-windicss",
"bugs": "https://github.com/antfu/vite-plugin-windicss/issues",
"dependencies": {
"debug": "^4.3.2",
"jiti": "^1.12.3",
"tsup": "^5.1.0",
"tsup": "^5.2.0",
"windicss": "^3.1.7"
},
"scripts": {
"dev": "npm run build -- --watch",
"build": "tsup src/index.ts --dts --format cjs,esm --no-splitting --external sucrase/register/ts,pug,windicss/utils/style,windicss/utils/parser,windicss/utils"
"build": "tsup src/index.ts --dts --format cjs,esm --no-splitting --external sucrase/register/ts,pug,windicss/utils/style,windicss/utils/parser,windicss/utils",
"dev": "npm run build -- --watch"
}
}
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