New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@depanlz/cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@depanlz/cli - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2

8

CHANGELOG.md
# @depanlz/cli
## 0.0.1-alpha.2
### Patch Changes
- modify README.md content
- Updated dependencies
- @depanlz/core@0.0.1-alpha.2
## 0.0.1-alpha.1

@@ -4,0 +12,0 @@

8

package.json
{
"name": "@depanlz/cli",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "depanlz is a dependencies analyze tool",

@@ -20,8 +20,8 @@ "main": "./bin/depanlz.cjs",

"peerDependencies": {
"@depanlz/core": "0.0.1-alpha.1"
"@depanlz/core": "0.0.1-alpha.2"
},
"devDependencies": {
"@depanlz/core": "^0.0.1-alpha.1",
"@depanlz/web-server": "^0.0.1-alpha.1"
"@depanlz/core": "^0.0.1-alpha.2",
"@depanlz/web-server": "^0.0.1-alpha.2"
}
}

@@ -6,4 +6,2 @@ # @depanlz/cli

### 下载CLI工具包以及core模块
::: code-group
```sh [npm]

@@ -21,8 +19,3 @@ $ npm install -D @depanlz/cli @depanlz/core

:::
### 通过命令行使用命令
::: code-group

@@ -41,5 +34,2 @@ ```sh [npm]

:::
### 全局可选项

@@ -49,4 +39,2 @@ #### `-V`, `--version`

::: code-group
```sh [npm]

@@ -64,9 +52,5 @@ $ npx depanlz -V

:::
#### `-h`, `--help`
通过该参数可以查看 `@depanlz/cli` 的命令帮助
::: code-group
```sh [npm]

@@ -83,5 +67,2 @@ $ npx depanlz -h

```
:::
### analyze 命令可选项

@@ -92,4 +73,2 @@

::: code-group
```sh [npm]

@@ -107,9 +86,5 @@ $ npx depanlz analyze -j

:::
#### `-w`, `--web` [port]
通过该参数可以通过CLI启动一个web server,同时通过echarts渲染可视化依赖关系图。
::: code-group
```sh [npm]

@@ -127,7 +102,4 @@ $ npx depanlz analyze -w

:::
#### `-h`, `--help`
通过该参数可以查看 `analyze` 命令的所有可选配置
::: code-group

@@ -145,3 +117,1 @@ ```sh [npm]

```
:::
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