Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.8 to 0.17.9

dist/chunk-BPS23YOY.mjs

4

dist/index.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js');
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js');

@@ -16,2 +16,2 @@

exports.camelCase = _chunkVGL64D3Tjs.camelCase; exports.default = _chunkTFMUKG5Vjs.unplugin_default; exports.kebabCase = _chunkVGL64D3Tjs.kebabCase; exports.pascalCase = _chunkVGL64D3Tjs.pascalCase;
exports.camelCase = _chunkVGL64D3Tjs.camelCase; exports.default = _chunkCB6M22NEjs.unplugin_default; exports.kebabCase = _chunkVGL64D3Tjs.kebabCase; exports.pascalCase = _chunkVGL64D3Tjs.pascalCase;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js');
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js');
require('./chunk-VGL64D3T.js');

@@ -12,7 +12,7 @@ require('./chunk-GGNOJ77I.js');

config.plugins = config.plugins || [];
config.plugins.unshift(_chunkTFMUKG5Vjs.unplugin_default.webpack(options));
config.plugins.unshift(_chunkCB6M22NEjs.unplugin_default.webpack(options));
});
this.nuxt.hook("vite:extend", async (vite) => {
vite.config.plugins = vite.config.plugins || [];
vite.config.plugins.push(_chunkTFMUKG5Vjs.unplugin_default.vite(options));
vite.config.plugins.push(_chunkCB6M22NEjs.unplugin_default.vite(options));
});

@@ -19,0 +19,0 @@ }

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

/**
* exclude components that do not require automatic import
*
* @default []
*/
exclude?: string[];
/**
* import style along with components

@@ -119,3 +125,3 @@ */

/**
* Resolver for `@idux/cdk` and `@idux/components`
* Resolver for `@idux/cdk`, `@idux/components` and ``@idux/pro``
*

@@ -122,0 +128,0 @@ * @link https://idux.site

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js');
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js');
require('./chunk-VGL64D3T.js');

@@ -9,3 +9,3 @@ require('./chunk-GGNOJ77I.js');

// src/rollup.ts
var rollup_default = _chunkTFMUKG5Vjs.unplugin_default.rollup;
var rollup_default = _chunkCB6M22NEjs.unplugin_default.rollup;

@@ -12,0 +12,0 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js');
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js');
require('./chunk-VGL64D3T.js');

@@ -9,3 +9,3 @@ require('./chunk-GGNOJ77I.js');

// src/vite.ts
var vite_default = _chunkTFMUKG5Vjs.unplugin_default.vite;
var vite_default = _chunkCB6M22NEjs.unplugin_default.vite;

@@ -12,0 +12,0 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js');
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js');
require('./chunk-VGL64D3T.js');

@@ -9,3 +9,3 @@ require('./chunk-GGNOJ77I.js');

// src/webpack.ts
var webpack_default = _chunkTFMUKG5Vjs.unplugin_default.webpack;
var webpack_default = _chunkCB6M22NEjs.unplugin_default.webpack;

@@ -12,0 +12,0 @@

{
"name": "unplugin-vue-components",
"version": "0.17.8",
"version": "0.17.9",
"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 not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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