Socket
Socket
Sign inDemoInstall

unplugin-vue-components

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-vue-components - npm Package Compare versions

Comparing version 0.18.4 to 0.18.5

16

dist/resolvers.d.ts

@@ -210,2 +210,9 @@ import { ComponentResolver, ComponentResolveResult, UILibraryOptions, ComponentResolverObject } from './types';

/**
* support vue version
* vue3 use @varlet/ui, vue2 use @varlet-vue2/ui
*
* @default 'vue3'
*/
version?: 'vue3' | 'vue2';
/**
* import style along with components

@@ -235,3 +242,4 @@ *

*
* @link https://github.com/haoziqaq/varlet
* @link https://github.com/varletjs/varlet
* @link https://github.com/varletjs/varlet-vue2
*/

@@ -357,2 +365,8 @@ declare function VarletUIResolver(options?: VarletUIResolverOptions): ComponentResolver[];

resolveIcons?: boolean;
/**
* Control style automatic import
*
* @default true
*/
sideEffect?: boolean;
}

@@ -359,0 +373,0 @@ /**

2

package.json
{
"name": "unplugin-vue-components",
"version": "0.18.4",
"version": "0.18.5",
"description": "Components auto importing for Vue",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/antfu/unplugin-vue-components",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc