Socket
Socket
Sign inDemoInstall

@vuepress/cli

Package Overview
Dependencies
Maintainers
6
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/cli - npm Package Compare versions

Comparing version 2.0.0-beta.46 to 2.0.0-beta.47

2

lib/commands/dev/resolveDevUserConfig.d.ts

@@ -5,5 +5,5 @@ import type { UserConfig } from '../../config';

*/
export declare const resolveDevUserConfig: (userConfigPath?: string | undefined) => Promise<{
export declare const resolveDevUserConfig: (userConfigPath?: string) => Promise<{
userConfig: UserConfig;
userConfigDeps: string[];
}>;

@@ -5,2 +5,2 @@ import type { UserConfig } from './types';

*/
export declare const loadUserConfig: (userConfigPath?: string | undefined) => Promise<UserConfig>;
export declare const loadUserConfig: (userConfigPath?: string) => Promise<UserConfig>;
{
"name": "@vuepress/cli",
"version": "2.0.0-beta.46",
"version": "2.0.0-beta.47",
"description": "CLI package of VuePress",

@@ -29,9 +29,9 @@ "keywords": [

"dependencies": {
"@vuepress/core": "2.0.0-beta.46",
"@vuepress/shared": "2.0.0-beta.46",
"@vuepress/utils": "2.0.0-beta.46",
"@vuepress/core": "2.0.0-beta.47",
"@vuepress/shared": "2.0.0-beta.47",
"@vuepress/utils": "2.0.0-beta.47",
"cac": "^6.7.12",
"chokidar": "^3.5.3",
"envinfo": "^7.8.1",
"esbuild": "^0.14.39"
"esbuild": "^0.14.41"
},

@@ -38,0 +38,0 @@ "devDependencies": {

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