Gathering detailed insights and metrics for @iterable-iterator/zip
Gathering detailed insights and metrics for @iterable-iterator/zip
Gathering detailed insights and metrics for @iterable-iterator/zip
Gathering detailed insights and metrics for @iterable-iterator/zip
extra-iterable
An iterable is a sequence of values.
iterable-query-linq
LINQ-like syntax using tagged templates.
itertools-ts
Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)
iterablefu
Small, chainable, set of functions like range, map, reduce, filter, zip, for iterable objects.
🤐 Iterable zipping functions for JavaScript
npm install @iterable-iterator/zip
Typescript
Module System
65.8
Supply Chain
66.2
Quality
77.8
Maintenance
100
Vulnerability
77.1
License
JavaScript (90.28%)
Shell (9.72%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
AGPL-3.0 License
473 Commits
1 Watchers
4 Branches
3 Contributors
Updated on Jul 13, 2025
Latest Version
1.0.1
Package Id
@iterable-iterator/zip@1.0.1
Unpacked Size
524.45 kB
Size
190.25 kB
File Count
14
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
6
30
Iterable zipping functions for JavaScript. See docs.
:warning: Depending on your environment, the code may require
regeneratorRuntime
to be defined, for instance by importing regenerator-runtime/runtime.
1import {zip} from '@iterable-iterator/zip'; 2zip("ABC" , "XY") ; // AX BY 3zip(count( 0 , 1 ) , "ABC") ; // 0A 1B 2C 4 5import {enumerate} from '@iterable-iterator/zip'; 6enumerate("ABC") ; // 0A 1B 2C 7 8import {ziplongest} from '@iterable-iterator/zip'; 9ziplongest('-', count( 0 , 1 ) , "ABC") ; // 0A 1B 2C 3- 4- ...
No vulnerabilities found.
Reason
14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
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
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
32 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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