Gathering detailed insights and metrics for deps
Gathering detailed insights and metrics for deps
Gathering detailed insights and metrics for deps
Gathering detailed insights and metrics for deps
deps-sort
sort module-deps output for deterministic browserify bundles
@umijs/deps
@umijs/deps
insert-module-globals
insert implicit module globals into a module-deps stream
react-with-styles
[![Build Status][travis-svg]][travis-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
npm install deps
73.1
Supply Chain
86.6
Quality
72.1
Maintenance
100
Vulnerability
97.6
License
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
34 Stars
59 Commits
1 Forks
3 Watching
2 Branches
1 Contributors
Updated on 04 Jan 2024
TypeScript (95.36%)
Shell (3.63%)
JavaScript (1.01%)
Cumulative downloads
Total Downloads
Last day
-29.9%
1,628
Compared to previous day
Last week
-22.1%
9,545
Compared to previous week
Last month
-9.6%
51,611
Compared to previous month
Last year
32.7%
603,518
Compared to previous year
Analyze which package.json
dependencies are in-use with V8 Coverage 🔥
package.json
Find out which dependencies are used/unusednpx
—No installation required!1$ npx deps [...Node command]
eg. npx deps npm run build
Install globally if you don't want to use it via npx.
1npm i -g deps
Prefix your Node command with deps
and it will analyze and output the dependencies it used
1$ deps ...
eg. deps npm run build
Prerequisite: install deps
globally
1$ . deps-start
npm run dev
npm run build
npm run lint
1$ deps analyze
1deps analyze -o output.json
1deps -f output.json
1$ . deps-stop
deps
work?deps
detects which modules are loaded by using V8's code coverage feature, so it's very accurate. However, it doesn't detect file-system reads, as they are simply read as text rather than actually being parsed and executed. That means it can't detect what files are statically analyzed by bundlers (eg. Webpack, Rollup, etc.). I am considering supporting FS reads in the future.
deps
compare to depcheck
?depcheck
statically analyzes your project to see which dependencies are imported, avoiding the need to execute code. In contrast, deps
executes code to analyze which dependencies were loaded during run-time. They work in completely different ways, but a major drawback for me is that depcheck
requires a "special" for supporting whether a module was loaded via dev-tools.
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
42 existing vulnerabilities detected
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