Socket
Socket
Sign inDemoInstall

@unocss/vite

Package Overview
Dependencies
Maintainers
1
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/vite - npm Package Compare versions

Comparing version 0.53.4 to 0.53.5

6

dist/index.d.ts

@@ -5,3 +5,3 @@ import * as vite from 'vite';

interface VitePluginConfig<Theme extends {} = {}> extends UserConfig<Theme> {
interface VitePluginConfig<Theme extends object = object> extends UserConfig<Theme> {
/**

@@ -63,5 +63,5 @@ * Enable UnoCSS inspector

declare function defineConfig<Theme extends {}>(config: VitePluginConfig<Theme>): VitePluginConfig<Theme>;
declare function UnocssPlugin<Theme extends {}>(configOrPath?: VitePluginConfig<Theme> | string, defaults?: UserConfigDefaults): Plugin[];
declare function defineConfig<Theme extends object>(config: VitePluginConfig<Theme>): VitePluginConfig<Theme>;
declare function UnocssPlugin<Theme extends object>(configOrPath?: VitePluginConfig<Theme> | string, defaults?: UserConfigDefaults): Plugin[];
export { ChunkModeBuildPlugin, GlobalModeBuildPlugin, GlobalModeDevPlugin, GlobalModePlugin, PerModuleModePlugin, VitePluginConfig, VueScopedPlugin, UnocssPlugin as default, defineConfig };
{
"name": "@unocss/vite",
"version": "0.53.4",
"version": "0.53.5",
"description": "The Vite plugin for UnoCSS",

@@ -48,13 +48,13 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"chokidar": "^3.5.3",
"fast-glob": "^3.2.12",
"magic-string": "^0.30.0",
"@unocss/config": "0.53.4",
"@unocss/core": "0.53.4",
"@unocss/inspector": "0.53.4",
"@unocss/scope": "0.53.4",
"@unocss/transformer-directives": "0.53.4"
"fast-glob": "^3.3.0",
"magic-string": "^0.30.1",
"@unocss/config": "0.53.5",
"@unocss/core": "0.53.5",
"@unocss/inspector": "0.53.5",
"@unocss/scope": "0.53.5",
"@unocss/transformer-directives": "0.53.5"
},
"devDependencies": {
"vite": "^4.3.9",
"@unocss/shared-integration": "0.53.4"
"vite": "^4.4.2",
"@unocss/shared-integration": "0.53.5"
},

@@ -61,0 +61,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