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.17.14 to 0.17.15

6

dist/resolvers.d.ts

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

directives?: boolean;
/**
* exclude component name, if match do not resolve the name
*/
exclude?: RegExp;
}

@@ -118,3 +122,3 @@ /**

*/
declare function HeadlessUiResolver({ prefix, }: HeadlessUiResolverOptions): ComponentResolver;
declare function HeadlessUiResolver(options?: HeadlessUiResolverOptions): ComponentResolver;

@@ -121,0 +125,0 @@ interface IduxResolverOptions {

2

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

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

@@ -207,3 +207,4 @@ # unplugin-vue-components

// vite.config.js
import ViteComponents, {
import Components from 'unplugin-vue-components/vite'
import {
AntDesignVueResolver,

@@ -210,0 +211,0 @@ ElementPlusResolver,

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc