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

@unocss/cli

Package Overview
Dependencies
Maintainers
1
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/cli - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

bin/unocss.cjs

18

package.json
{
"name": "@unocss/cli",
"version": "0.14.2",
"version": "0.14.3",
"description": "CLI for UnoCSS",

@@ -22,6 +22,6 @@ "keywords": [],

},
"exports": "./dist/index.js",
"main": "./dist/index.js",
"exports": "./dist/index.cjs",
"main": "./dist/index.cjs",
"bin": {
"unocss": "./bin/unocss.js"
"unocss": "./bin/unocss.cjs"
},

@@ -37,5 +37,5 @@ "types": "./dist/index.d.ts",

"dependencies": {
"@unocss/config": "0.14.2",
"@unocss/core": "0.14.2",
"@unocss/preset-uno": "0.14.2",
"@unocss/config": "0.14.3",
"@unocss/core": "0.14.3",
"@unocss/preset-uno": "0.14.3",
"cac": "^6.7.12",

@@ -49,5 +49,5 @@ "chokidar": "^3.5.2",

"scripts": {
"build": "tsup",
"dev": "tsup --watch src"
"build": "unbuild",
"stub": "unbuild --stub"
}
}
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