Socket
Socket
Sign inDemoInstall

vite-plugin-components

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-components - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

12

dist/index.js

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

this._server = server;
const { globs, dirs } = this.options;
server.watcher.add(dirs);
const { globs } = this.options;
server.watcher.on("unlink", (path) => {

@@ -1132,11 +1131,2 @@ if (!matchGlobs(path, globs))

enforce: "post",
config() {
return {
server: {
watch: {
disableGlobbing: false
}
}
};
},
configResolved(config) {

@@ -1143,0 +1133,0 @@ if (config.plugins.find((i) => i.name === "vite-plugin-vue2"))

2

package.json
{
"name": "vite-plugin-components",
"version": "0.12.0",
"version": "0.12.1",
"description": "Components auto importing for Vite",

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

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