Gathering detailed insights and metrics for pi-generator.js
Gathering detailed insights and metrics for pi-generator.js
npm install pi-generator.js
Typescript
Module System
Node Version
NPM Version
66.9
Supply Chain
75.3
Quality
75.5
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,195
Last Day
1
Last Week
11
Last Month
23
Last Year
124
7 Commits
1 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.2.5
Package Id
pi-generator.js@1.2.5
Unpacked Size
0.96 MB
Size
462.04 kB
File Count
4
NPM Version
7.5.1
Node Version
15.8.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
10%
11
Compared to previous week
Last month
1,050%
23
Compared to previous month
Last year
-23.9%
124
Compared to previous year
No dependencies detected.
This NPM package generates infinite digits of pi for you!
Database Generate Example:
1const pi = require('pi-generator.js') 2 3console.log(pi("database", 1000000))
Output:
[1,000,000 Digits Of Pi]
If you wish to generate more than 1 Million Digits of pi you will need to compute it on your computer,
Luckily we have a tool that does just that for you!
Compute Example 1
1const pi = require('pi-generator.js') 2 3//Without Progress Logging to show you how much has been computed so far 4console.log(pi("compute", 100000))
Output:
[100,000 Digits Of Pi]
Compute Example 2
1const pi = require('pi-generator.js') 2 3//With Console Progress Logging to show you how much has been computed so far 4console.log(pi("compute", 1000000, true))
Output:
[1,000,000 Digits Of Pi]
Our Other Projects:
https://www.npmjs.com/~uhfinn
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
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