Gathering detailed insights and metrics for tree-deps
Gathering detailed insights and metrics for tree-deps
Gathering detailed insights and metrics for tree-deps
Gathering detailed insights and metrics for tree-deps
glslify-bundle
Bundle a glslify-deps dependency tree into a GLSL source string
glslify-deps
Walk the dependency graph of a glslify shader.
deps-sort
sort module-deps output for deterministic browserify bundles
snyk-resolve-deps
Resolves a node package tree with combined support for both npm@2 and npm@3.
npm install tree-deps
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1 Stars
13 Commits
1 Forks
1 Watching
1 Branches
1 Contributors
Updated on 11 Apr 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
2
Compared to previous week
Last month
250%
7
Compared to previous month
Last year
79.3%
547
Compared to previous year
1
分析项目dependencies依赖树图
搜寻依赖包的逻辑:从当前运行目录向上级目录回溯直到找到node_modules目录为将要解析的目录
全局安装 npm install deps-tree -g
项目里安装 npm install deps-tree --save-dev
导出解析后的关系数据
// parse函数可传入包名数组作为将被排除解析的包列表
const { parse } = require('deps-tree');
const { list, set, map, packageName } = parse();
...
node-proxymock
|- body-parser
| |- bytes
| |- content-type
| |- debug
| | |- ms
| |
| |- depd
| |- http-errors
| | |- depd
| | |- inherits
| | |- setprototypeof
| | |- statuses
| | |- toidentifier
| |
| |- iconv-lite
| | |- safer-buffer
| |
| |- on-finished
| | |- ee-first
| |
| |- qs
| |- raw-body
| | |- bytes
| | |- http-errors
| | | |- depd
| | | |- inherits
| | | |- setprototypeof
| | | |- statuses
| | | |- toidentifier
| | |
| | |- iconv-lite
| | | |- safer-buffer
| | |
| | |- unpipe
| |
| |- type-is
| |- media-typer
| |- mime-types
| |- mime-db
|
|- chalk
| |- ansi-styles
| | |- @types/color-name
| | |- color-convert
| | |- color-name
| |
| |- supports-color
| |- has-flag
|
|- cors
| |- object-assign
| |- vary
|
|- express
| |- accepts
| | |- mime-types
| | | |- mime-db
| | |
| | |- negotiator
| |
| |- array-flatten
| |- body-parser
| | |- bytes
| | |- content-type
| | |- debug
| | | |- ms
| | |
| | |- depd
| | |- http-errors
| | | |- depd
| | | |- inherits
| | | |- setprototypeof
| | | |- statuses
| | | |- toidentifier
| | |
| | |- iconv-lite
| | | |- safer-buffer
| | |
| | |- on-finished
| | | |- ee-first
| | |
| | |- qs
| | |- raw-body
| | | |- bytes
| | | |- http-errors
| | | | |- depd
| | | | |- inherits
| | | | |- setprototypeof
| | | | |- statuses
| | | | |- toidentifier
| | | |
| | | |- iconv-lite
| | | | |- safer-buffer
| | | |
| | | |- unpipe
| | |
| | |- type-is
| | |- media-typer
| | |- mime-types
| | |- mime-db
| |
| |- content-disposition
| | |- safe-buffer
| |
| |- content-type
| |- cookie
| |- cookie-signature
| |- debug
| | |- ms
| |
| |- depd
| |- encodeurl
| |- escape-html
| |- etag
| |- finalhandler
| | |- debug
| | | |- ms
| | |
| | |- encodeurl
| | |- escape-html
| | |- on-finished
| | | |- ee-first
| | |
| | |- parseurl
| | |- statuses
| | |- unpipe
| |
| |- fresh
| |- merge-descriptors
| |- methods
| |- on-finished
| | |- ee-first
| |
| |- parseurl
| |- path-to-regexp
| |- proxy-addr
| | |- forwarded
| | |- ipaddr.js
| |
| |- qs
| |- range-parser
| |- safe-buffer
| |- send
| | |- debug
| | | |- ms
| | |
| | |- depd
| | |- destroy
| | |- encodeurl
| | |- escape-html
| | |- etag
| | |- fresh
| | |- http-errors
| | | |- depd
| | | |- inherits
| | | |- setprototypeof
| | | |- statuses
| | | |- toidentifier
| | |
| | |- mime
| | |- ms
| | |- on-finished
| | | |- ee-first
| | |
| | |- range-parser
| | |- statuses
| |
| |- serve-static
| | |- encodeurl
| | |- escape-html
| | |- parseurl
| | |- send
| | |- debug
| | | |- ms
| | |
| | |- depd
| | |- destroy
| | |- encodeurl
| | |- escape-html
| | |- etag
| | |- fresh
| | |- http-errors
| | | |- depd
| | | |- inherits
| | | |- setprototypeof
| | | |- statuses
| | | |- toidentifier
| | |
| | |- mime
| | |- ms
| | |- on-finished
| | | |- ee-first
| | |
| | |- range-parser
| | |- statuses
| |
| |- setprototypeof
| |- statuses
| |- type-is
| | |- media-typer
| | |- mime-types
| | |- mime-db
| |
| |- utils-merge
| |- vary
|
|- inquirer
| |- ansi-escapes
| | |- type-fest
| |
| |- chalk
| | |- ansi-styles
| | | |- @types/color-name
| | | |- color-convert
| | | |- color-name
| | |
| | |- supports-color
| | |- has-flag
| |
| |- cli-cursor
| | |- restore-cursor
| | |- onetime
| | | |- mimic-fn
| | |
| | |- signal-exit
| |
| |- cli-width
| |- external-editor
| | |- chardet
| | |- iconv-lite
| | | |- safer-buffer
| | |
| | |- tmp
| | |- os-tmpdir
| |
| |- figures
| | |- escape-string-regexp
| |
| |- lodash
| |- mute-stream
| |- run-async
| |- rxjs
| | |- tslib
| |
| |- string-width
| | |- emoji-regex
| | |- is-fullwidth-code-point
| | |- strip-ansi
| | |- ansi-regex
| |
| |- strip-ansi
| | |- ansi-regex
| |
| |- through
|
|- lodash
|- log4js
| |- date-format
| |- debug
| | |- ms
| |
| |- flatted
| |- rfdc
| |- streamroller
| |- date-format
| |- debug
| | |- ms
| |
| |- fs-extra
| |- graceful-fs
| |- jsonfile
| |- universalify
|
|- node-cert
|- portfinder
|- async
| |- lodash
|
|- debug
| |- ms
|
|- mkdirp
|- minimist
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More