Socket
Socket
Sign inDemoInstall

@vuepress/cli

Package Overview
Dependencies
Maintainers
7
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-alpha.7 to 2.0.0-alpha.8

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.0.0-alpha.8](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2020-12-11)
### Bug Fixes
* **cli:** remove shorthand of host option ([8340797](https://github.com/vuepress/vuepress-next/commit/8340797da03462c8078753a4535a9977c349ca04))
# [2.0.0-alpha.7](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2020-12-09)

@@ -8,0 +19,0 @@

2

lib/cli.js

@@ -37,4 +37,4 @@ "use strict";

.option('-p, --port <port>', 'Use specified port (default: 8080)')
.option('-h, --host <host>', 'Use specified host (default: 0.0.0.0)')
.option('-t, --temp <temp>', 'Set the directory of the temporary files')
.option('--host <host>', 'Use specified host (default: 0.0.0.0)')
.option('--cache <cache>', 'Set the directory of the cache files')

@@ -41,0 +41,0 @@ .option('--clean-cache', 'Clean the cache before dev')

{
"name": "@vuepress/cli",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "CLI package of VuePress",

@@ -33,7 +33,7 @@ "keywords": [

"dependencies": {
"@vuepress/core": "2.0.0-alpha.7",
"@vuepress/core": "2.0.0-alpha.8",
"@vuepress/utils": "2.0.0-alpha.7",
"cac": "^6.6.1",
"cac": "^6.7.1",
"chokidar": "^3.4.3",
"esbuild": "^0.8.17"
"esbuild": "^0.8.21"
},

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

},
"gitHead": "ee774ed3d446ea1273ebf2a8ba78528f938cebc9"
"gitHead": "108243c89a41bdaae506202e25d99b788086c7b7"
}

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