Gathering detailed insights and metrics for beyondjava-example-base-library
Gathering detailed insights and metrics for beyondjava-example-base-library
npm install beyondjava-example-base-library
Typescript
Module System
Node Version
NPM Version
57.6
Supply Chain
61.9
Quality
75.5
Maintenance
100
Vulnerability
100
License
TypeScript (64.15%)
JavaScript (26.39%)
HTML (8.72%)
CSS (0.74%)
Total Downloads
1,521
Last Day
1
Last Week
2
Last Month
25
Last Year
148
2 Commits
3 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
3.0.2
Package Id
beyondjava-example-base-library@3.0.2
Unpacked Size
1.30 kB
Size
715.00 B
File Count
3
NPM Version
6.14.11
Node Version
14.16.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-85.7%
2
Compared to previous week
Last month
150%
25
Compared to previous month
Last year
-47.1%
148
Compared to previous year
No dependencies detected.
Simple demo showing that npm and Webpack can bundle different versions of the same library. Read the full story at https://www.beyondjava.net/npm-transitive-dependencies.
There are three versions of the library:
1function printDeepThoughts() { 2 console.log(42); 3 return 42; 4} 5 6module.exports = printDeepThoughts;
1function printDeepThoughts() { 2 console.log('21 is only half the truth'); 3 return 21; 4} 5 6module.exports = printDeepThoughts;
1class DeepThought { 2 printDeepThoughts() { 3 console.log('84 is twice the truth'); 4 return 84; 5 } 6 7} 8 9module.exports = { DeepThought };
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
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
Found 0/2 approved changesets -- 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
75 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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