Gathering detailed insights and metrics for @extra-bigint/mod.min
Gathering detailed insights and metrics for @extra-bigint/mod.min
Gathering detailed insights and metrics for @extra-bigint/mod.min
Gathering detailed insights and metrics for @extra-bigint/mod.min
A BigInt can represent whole numbers larger than 2⁵³ - 1.
npm install @extra-bigint/mod.min
Typescript
Module System
Node Version
NPM Version
TypeScript (84.62%)
JavaScript (15.38%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
5 Stars
105 Commits
2 Forks
2 Watchers
2 Branches
3 Contributors
Updated on Apr 08, 2025
Latest Version
0.0.62
Package Id
@extra-bigint/mod.min@0.0.62
Unpacked Size
4.87 kB
Size
2.36 kB
File Count
7
NPM Version
7.21.1
Node Version
16.9.1
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
Gets remainder of x/y with sign of y (floored division).
📦 NPM,
😺 GitHub,
🏃 RunKit,
🌔 Minified,
📜 Files,
📰 JSDoc,
📘 Wiki.
This is part of package extra-bigint.
This is browserified, minified version of @extra-bigint/mod.
It is exported as global variable bigint_mod.
CDN: unpkg, jsDelivr.
1bigint.mod(x, y); 2// x: dividend 3// y: divisor
1const bigint = require('extra-bigint'); 2 3bigint.mod(1n, 10n); 4// 1n 5 6bigint.mod(-1n, 10n); 7// 9n 8 9bigint.mod(1n, -10n); 10// -9n
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
6 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/30 approved changesets -- score normalized to 0
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
Reason
SAST tool is not run on all commits -- score normalized to 0
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