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.24.0 to 0.24.1

2

dist/resolvers.js

@@ -752,3 +752,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var varFunctions = ["ImagePreview", "Snackbar", "Picker", "ActionSheet", "Dialog", "Locale", "StyleProvider", "LoadingBar"];
var varDirectives = ["Ripple", "Lazy"];
var varDirectives = ["Ripple", "Lazy", "Hover"];
function getResolved(name, options) {

@@ -755,0 +755,0 @@ const {

{
"name": "unplugin-vue-components",
"version": "0.24.0",
"packageManager": "pnpm@7.13.4",
"version": "0.24.1",
"packageManager": "pnpm@7.29.0",
"description": "Components auto importing for Vue",

@@ -87,3 +87,4 @@ "author": "antfu <anthonyfu117@hotmail.com>",

"@babel/parser": "^7.15.8",
"vue": "2 || 3"
"vue": "2 || 3",
"@nuxt/kit": "^3.2.2"
},

@@ -93,2 +94,5 @@ "peerDependenciesMeta": {

"optional": true
},
"@nuxt/kit": {
"optional": true
}

@@ -98,3 +102,2 @@ },

"@antfu/utils": "^0.7.2",
"@nuxt/kit": "^3.2.0",
"@rollup/pluginutils": "^5.0.2",

@@ -105,4 +108,4 @@ "chokidar": "^3.5.3",

"local-pkg": "^0.4.3",
"magic-string": "^0.29.0",
"minimatch": "^6.2.0",
"magic-string": "^0.30.0",
"minimatch": "^7.4.2",
"resolve": "^1.22.1",

@@ -112,25 +115,25 @@ "unplugin": "^1.1.0"

"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@babel/parser": "^7.20.15",
"@babel/types": "^7.20.7",
"@nuxt/schema": "^3.2.0",
"@antfu/eslint-config": "^0.36.0",
"@babel/parser": "^7.21.2",
"@babel/types": "^7.21.2",
"@nuxt/kit": "^3.2.3",
"@types/debug": "^4.1.7",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.13.0",
"@types/node": "^18.14.6",
"@types/resolve": "^1.20.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"bumpp": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"bumpp": "^9.0.0",
"compare-versions": "^5.0.3",
"element-plus": "^2.2.30",
"eslint": "^8.34.0",
"element-plus": "^2.2.34",
"eslint": "^8.35.0",
"esno": "^0.16.3",
"estree-walker": "^3.0.3",
"pathe": "^1.1.0",
"rollup": "^3.15.0",
"rollup": "^3.18.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vitest": "^0.28.5",
"vite": "^4.1.4",
"vitest": "^0.29.2",
"vue": "3.2.45"
}
}

@@ -329,4 +329,10 @@ # unplugin-vue-components

extensions: ['vue'],
// Glob patterns to match file names to be detected as components.
// When specified, the `dirs` and `extensions` options will be ignored.
globs: ['src/components/*.{vue}'],
// search for subdirectories
deep: true,
// resolvers for custom components

@@ -347,2 +353,3 @@ resolvers: [],

collapseSamePrefixes: false,
// Subdirectory paths for ignoring namespace prefixes.

@@ -370,3 +377,6 @@ // works when `directoryAsNamespace: true`

// Acceptable value: 2 | 2.7 | 3
version: 2.7
version: 2.7,
// Only provide types of components in library (registered globally)
types: []
})

@@ -373,0 +383,0 @@ ```

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