Gathering detailed insights and metrics for @pieh/ink-spinner
Gathering detailed insights and metrics for @pieh/ink-spinner
Gathering detailed insights and metrics for @pieh/ink-spinner
Gathering detailed insights and metrics for @pieh/ink-spinner
npm install @pieh/ink-spinner
Typescript
Module System
Min. Node Version
Node Version
NPM Version
60.7
Supply Chain
72
Quality
74.1
Maintenance
100
Vulnerability
99.3
License
TypeScript (100%)
Total Downloads
744
Last Day
2
Last Week
4
Last Month
13
Last Year
92
MIT License
177 Stars
29 Commits
21 Forks
2 Watchers
1 Branches
9 Contributors
Updated on Jul 05, 2025
Minified
Minified + Gzipped
Latest Version
3.0.0-peer-deps.2
Package Id
@pieh/ink-spinner@3.0.0-peer-deps.2
Unpacked Size
5.43 kB
Size
2.47 kB
File Count
4
NPM Version
6.9.0
Node Version
10.9.0
Cumulative downloads
Total Downloads
Last Day
0%
2
Compared to previous day
Last Week
0%
4
Compared to previous week
Last Month
160%
13
Compared to previous month
Last Year
-22.7%
92
Compared to previous year
Spinner component for Ink. Uses cli-spinners for the collection of spinners.
$ npm install ink-spinner
1import React, {Fragment} from 'react'; 2import {render, Color} from 'ink'; 3import Spinner from 'ink-spinner'; 4 5render( 6 <Fragment> 7 <Color green><Spinner type="dots"/></Color> 8 {' Loading'} 9 </Fragment> 10);
Type: string
Defaults: dots
Type of a spinner. See cli-spinners for available spinners.
MIT © Vadim Demedes
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 7/29 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
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