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.60 to 2.0.0-beta.61

./dist/index.js

6

dist/index.js

@@ -96,3 +96,6 @@ // src/commands/build/createBuild.ts

const appConfig = {
// allow setting default app config via `cli()`
// for example, set different default bundler in `vuepress` and `vuepress-vite` package
...defaultAppConfig,
// use cli options to override config file
...userConfig,

@@ -495,3 +498,5 @@ ...cliAppConfig

await Promise.all([
// close all watchers
...watchers.map((item) => item.close()),
// close current dev server
close()

@@ -501,2 +506,3 @@ ]);

...commandOptions,
// do not clean cache and temp on restart
cleanCache: false,

@@ -503,0 +509,0 @@ cleanTemp: false

10

package.json
{
"name": "@vuepress/cli",
"version": "2.0.0-beta.60",
"version": "2.0.0-beta.61",
"description": "CLI package of VuePress",

@@ -38,6 +38,6 @@ "keywords": [

"envinfo": "^7.8.1",
"esbuild": "^0.16.12",
"@vuepress/core": "2.0.0-beta.60",
"@vuepress/utils": "2.0.0-beta.60",
"@vuepress/shared": "2.0.0-beta.60"
"esbuild": "~0.16.17",
"@vuepress/utils": "2.0.0-beta.61",
"@vuepress/shared": "2.0.0-beta.61",
"@vuepress/core": "2.0.0-beta.61"
},

@@ -44,0 +44,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