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.50.3 to 0.50.4

12

dist/index.d.ts

@@ -10,6 +10,6 @@ import { Root, Result } from 'postcss';

directiveMap?: {
apply: string;
screen: string;
theme: string;
unocss: string;
apply?: string;
screen?: string;
theme?: string;
unocss?: string;
};

@@ -25,5 +25,7 @@ cwd?: string;

declare namespace unocss {
var postcss: boolean;
export var postcss: boolean;
var _a: typeof unocss;
export { _a as default };
}
export { UnoPostcssPluginOptions, unocss as default };
{
"name": "@unocss/postcss",
"version": "0.50.3",
"version": "0.50.4",
"description": "PostCSS plugin for UnoCSS",

@@ -39,8 +39,8 @@ "author": "sibbng <sibbngheid@gmail.com>",

"dependencies": {
"@unocss/config": "0.50.3",
"@unocss/core": "0.50.3",
"css-tree": "^2.3.1",
"fast-glob": "^3.2.12",
"magic-string": "^0.30.0",
"postcss": "^8.4.21"
"postcss": "^8.4.21",
"@unocss/config": "0.50.4",
"@unocss/core": "0.50.4"
},

@@ -47,0 +47,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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