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

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.2.11 to 0.2.12

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.2.12](https://github.com/antfu/vite-plugin-components/compare/v0.2.11...v0.2.12) (2020-08-28)
### [0.2.11](https://github.com/antfu/vite-plugin-components/compare/v0.2.10...v0.2.11) (2020-08-28)

@@ -7,0 +9,0 @@

1

dist/index.js

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

const info = this._componentNameMap[name];
console.log("info", info, excludePaths);
if (info && !excludePaths.includes(info.path))

@@ -252,0 +251,0 @@ return info;

{
"name": "vite-plugin-components",
"description": "Components auto importing for Vite",
"version": "0.2.11",
"version": "0.2.12",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "module": "dist/index.mjs",

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