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

@vuepress/plugin-register-components

Package Overview
Dependencies
Maintainers
2
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-register-components - npm Package Compare versions

Comparing version 1.0.0-alpha.17 to 1.0.0-alpha.18

5

index.js

@@ -1,2 +0,2 @@

const { fs, path, globby } = require('@vuepress/shared-utils')
const { fs, path, globby, datatypes: { isString }} = require('@vuepress/shared-utils')

@@ -43,2 +43,5 @@ function fileToComponentName (file) {

for (const baseDir of baseDirs) {
if (!isString(baseDir)) {
continue
}
const files = await resolveComponents(baseDir) || []

@@ -45,0 +48,0 @@ code += files.map(file => genImport(baseDir, file)).join('\n') + '\n'

4

package.json
{
"name": "@vuepress/plugin-register-components",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "register-global-components plugin for vuepress",

@@ -26,4 +26,4 @@ "main": "index.js",

"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.17"
"@vuepress/shared-utils": "^1.0.0-alpha.18"
}
}
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