Socket
Socket
Sign inDemoInstall

@unocss/postcss

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/postcss - npm Package Compare versions

Comparing version 0.59.0-beta.1 to 0.59.0

33

package.json
{
"name": "@unocss/postcss",
"version": "0.59.0-beta.1",
"type": "module",
"version": "0.59.0",
"description": "PostCSS plugin for UnoCSS",

@@ -21,4 +22,14 @@ "author": "sibbng <sibbngheid@gmail.com>",

".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./esm": {
"types": "./dist/esm.d.mts",
"default": "./dist/esm.mjs"
}

@@ -29,2 +40,10 @@ },

"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/*",
"./*"
]
}
},
"files": [

@@ -42,7 +61,7 @@ "dist"

"fast-glob": "^3.3.2",
"magic-string": "^0.30.8",
"magic-string": "^0.30.9",
"postcss": "^8.4.38",
"@unocss/core": "0.59.0-beta.1",
"@unocss/config": "0.59.0-beta.1",
"@unocss/rule-utils": "0.59.0-beta.1"
"@unocss/rule-utils": "0.59.0",
"@unocss/config": "0.59.0",
"@unocss/core": "0.59.0"
},

@@ -49,0 +68,0 @@ "scripts": {

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