![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@depanlz/cli
Advanced tools
DepAnlz CLI
工具需要依赖于@depanlz/core
模块来进行工作,它为开发者实现依赖分析提供了更加方便的操作,可直接使用命令行命令来快速分析项目依赖。
$ npm install -D @depanlz/cli @depanlz/core
$ pnpm add -D @depanlz/cli @depanlz/core
$ yarn add -D @depanlz/cli @depanlz/core
$ npx depanlz analyze
$ pnpm depanlz analyze
$ yarn depanlz analyze
-V
, --version
通过该参数可以查看 @depanlz/cli
的版本
$ npx depanlz -V
$ pnpm depanlz -V
$ yarn depanlz -V
-h
, --help
通过该参数可以查看 @depanlz/cli
的命令帮助
$ npx depanlz -h
$ pnpm depanlz -h
$ yarn depanlz -h
-j
, --json
[file-path]通过该参数可以通过CLI生成一个项目依赖关系的JSON文件。
$ npx depanlz analyze -j
$ pnpm depanlz analyze -j
$ yarn depanlz analyze -j
-w
, --web
[port]通过该参数可以通过CLI启动一个web server,同时通过echarts渲染可视化依赖关系图。
$ npx depanlz analyze -w
$ pnpm depanlz analyze -w
$ yarn depanlz analyze -w
-h
, --help
通过该参数可以查看 analyze
命令的所有可选配置
$ npx depanlz analyze -h
$ pnpm depanlz analyze -h
$ yarn depanlz analyze -h
FAQs
depanlz is a dependencies analyze tool
The npm package @depanlz/cli receives a total of 5 weekly downloads. As such, @depanlz/cli popularity was classified as not popular.
We found that @depanlz/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.