Gathering detailed insights and metrics for esm-dep-check
Gathering detailed insights and metrics for esm-dep-check
npm install esm-dep-check
Typescript
Module System
Min. Node Version
Node Version
NPM Version
63.5
Supply Chain
64
Quality
74.7
Maintenance
25
Vulnerability
100
License
JavaScript (100%)
Total Downloads
2,956
Last Day
1
Last Week
2
Last Month
12
Last Year
195
2 Stars
28 Commits
1 Watching
3 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
0.0.4
Package Id
esm-dep-check@0.0.4
Size
2.05 kB
NPM Version
5.6.0
Node Version
9.2.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
2
Compared to previous week
Last month
-76.5%
12
Compared to previous month
Last year
-77%
195
Compared to previous year
3
2
A micro utility that checks which of your dependencies use the module
or jsnext:main
property in their package.json
.
Any package with a module
or jsnext:main
in its package.json
provides a version of that package that doesn't have its modules transpiled. This tool lists all the packages that don't have either of those properties.
Smaller build size and better performance: Transpiled makes static analysis significantly more difficult. This means that dead code stripping, tree shaking, and other optimizations through static analysis will be much more difficult. This tool tells you which packages ship with
1npm install -g esm-dep-check
1# Shorthand alias 2edc 3# OR 4esm-dep-check
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/25 approved changesets -- score normalized to 0
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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
61 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-13
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