Gathering detailed insights and metrics for @extra-iterable/join
Gathering detailed insights and metrics for @extra-iterable/join
Gathering detailed insights and metrics for @extra-iterable/join
Gathering detailed insights and metrics for @extra-iterable/join
extra-iterable
An iterable is a sequence of values.
extra-iterable.web
An iterable is a sequence of values {web}.
extra-ilists
ILists is a pair of key iterable list and value iterable list, with unique keys.
extra-ilists.web
ILists is a pair of key iterable list and value iterable list, with unique keys {web}.
npm install @extra-iterable/join
Typescript
Module System
Node Version
NPM Version
64.9
Supply Chain
73.8
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (94.06%)
JavaScript (5.94%)
Total Downloads
54,086
Last Day
1
Last Week
14
Last Month
63
Last Year
7,839
MIT License
5 Stars
322 Commits
1 Forks
2 Watchers
2 Branches
1 Contributors
Updated on Apr 08, 2025
Minified
Minified + Gzipped
Latest Version
2.5.22
Package Id
@extra-iterable/join@2.5.22
Unpacked Size
3.52 kB
Size
1.86 kB
File Count
7
NPM Version
7.5.1
Node Version
15.8.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
27.3%
14
Compared to previous week
Last Month
-72.5%
63
Compared to previous month
Last Year
25.2%
7,839
Compared to previous year
Joins values together. :package: :smiley_cat: :running: :vhs: :moon: :scroll: :newspaper: :blue_book:
This is part of package extra-iterable.
1iterable.join(x, [sep]); 2// x: an iterable 3// sep: separator (,)
1const iterable = require("extra-iterable"); 2 3var x = [1, 2]; 4iterable.join(x); 5// "1,2" 6 7iterable.join(x, " : "); 8// "1 : 2"
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
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 2025-06-09
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