Socket
Socket
Sign inDemoInstall

@vuepress/plugin-register-components

Package Overview
Dependencies
Maintainers
0
Versions
162
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 2.0.0-rc.34 to 2.0.0-rc.37

2

lib/node/getComponentsFromDir.d.ts
import type { RegisterComponentsPluginOptions } from './registerComponentsPlugin.js';
export declare const getComponentsFromDir: ({ componentsDir, componentsPatterns, getComponentName, }: Omit<Required<RegisterComponentsPluginOptions>, 'components'>) => Promise<Record<string, string>>;
export declare const getComponentsFromDir: ({ componentsDir, componentsPatterns, getComponentName, }: Omit<Required<RegisterComponentsPluginOptions>, "components">) => Promise<Record<string, string>>;
{
"name": "@vuepress/plugin-register-components",
"version": "2.0.0-rc.34",
"version": "2.0.0-rc.37",
"description": "VuePress plugin - register-components",

@@ -32,7 +32,2 @@ "keywords": [

],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{css,svg}\" lib"
},
"dependencies": {

@@ -42,3 +37,3 @@ "chokidar": "^3.6.0"

"peerDependencies": {
"vuepress": "2.0.0-rc.13"
"vuepress": "2.0.0-rc.14"
},

@@ -48,3 +43,3 @@ "publishConfig": {

},
"gitHead": "93df303baa6291f52e3523f136073e79d53274ea"
"gitHead": "3754bbda881d738a0dcfacc5172a70af67505013"
}
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