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.20.0 to 0.20.1

dist/chunk-3HI6HDVM.mjs

4

dist/esbuild.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk46PS2JCIjs = require('./chunk-46PS2JCI.js');
var _chunkPIMN6CZ7js = require('./chunk-PIMN6CZ7.js');
require('./chunk-FD6BQCQ7.js');

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

// src/esbuild.ts
var esbuild_default = _chunk46PS2JCIjs.unplugin_default.esbuild;
var esbuild_default = _chunkPIMN6CZ7js.unplugin_default.esbuild;

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk46PS2JCIjs = require('./chunk-46PS2JCI.js');
var _chunkPIMN6CZ7js = require('./chunk-PIMN6CZ7.js');

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

exports.camelCase = _chunkFD6BQCQ7js.camelCase; exports.default = _chunk46PS2JCIjs.unplugin_default; exports.kebabCase = _chunkFD6BQCQ7js.kebabCase; exports.pascalCase = _chunkFD6BQCQ7js.pascalCase;
exports.camelCase = _chunkFD6BQCQ7js.camelCase; exports.default = _chunkPIMN6CZ7js.unplugin_default; exports.kebabCase = _chunkFD6BQCQ7js.kebabCase; exports.pascalCase = _chunkFD6BQCQ7js.pascalCase;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk46PS2JCIjs = require('./chunk-46PS2JCI.js');
var _chunkPIMN6CZ7js = require('./chunk-PIMN6CZ7.js');
require('./chunk-FD6BQCQ7.js');

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

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

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk46PS2JCIjs = require('./chunk-46PS2JCI.js');
var _chunkPIMN6CZ7js = require('./chunk-PIMN6CZ7.js');
require('./chunk-FD6BQCQ7.js');

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

// src/rollup.ts
var rollup_default = _chunk46PS2JCIjs.unplugin_default.rollup;
var rollup_default = _chunkPIMN6CZ7js.unplugin_default.rollup;

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk46PS2JCIjs = require('./chunk-46PS2JCI.js');
var _chunkPIMN6CZ7js = require('./chunk-PIMN6CZ7.js');
require('./chunk-FD6BQCQ7.js');

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

// src/vite.ts
var vite_default = _chunk46PS2JCIjs.unplugin_default.vite;
var vite_default = _chunkPIMN6CZ7js.unplugin_default.vite;

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk46PS2JCIjs = require('./chunk-46PS2JCI.js');
var _chunkPIMN6CZ7js = require('./chunk-PIMN6CZ7.js');
require('./chunk-FD6BQCQ7.js');

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

// src/webpack.ts
var webpack_default = _chunk46PS2JCIjs.unplugin_default.webpack;
var webpack_default = _chunkPIMN6CZ7js.unplugin_default.webpack;

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

{
"name": "unplugin-vue-components",
"version": "0.20.0",
"version": "0.20.1",
"packageManager": "pnpm@7.1.5",

@@ -66,2 +66,13 @@ "description": "Components auto importing for Vue",

},
"scripts": {
"build": "tsup && esno scripts/postbuild.ts",
"dev": "tsup --watch src",
"example:build": "npm -C examples/vite-vue3 run build",
"example:dev": "npm -C examples/vite-vue3 run dev",
"prepublishOnly": "npm run build",
"lint": "eslint .",
"release": "bumpp && npm publish",
"test": "vitest",
"test:update": "vitest --u"
},
"peerDependencies": {

@@ -89,3 +100,3 @@ "@babel/parser": "^7.15.8",

"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@antfu/eslint-config": "^0.25.2",
"@babel/parser": "^7.18.5",

@@ -109,15 +120,5 @@ "@babel/types": "^7.18.4",

"vite": "^2.9.12",
"vitest": "^0.15.2",
"vitest": "^0.16.0",
"vue": "3.2.37"
},
"scripts": {
"build": "tsup && esno scripts/postbuild.ts",
"dev": "tsup --watch src",
"example:build": "npm -C examples/vite-vue3 run build",
"example:dev": "npm -C examples/vite-vue3 run dev",
"lint": "eslint .",
"release": "bumpp --commit --tag --push",
"test": "vitest",
"test:update": "vitest --u"
}
}
}

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

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