Gathering detailed insights and metrics for @truffle/spinners
Gathering detailed insights and metrics for @truffle/spinners
Gathering detailed insights and metrics for @truffle/spinners
Gathering detailed insights and metrics for @truffle/spinners
⚠️ The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
npm install @truffle/spinners
Typescript
Module System
Min. Node Version
Node Version
NPM Version
91.4
Supply Chain
83.9
Quality
79.5
Maintenance
100
Vulnerability
100
License
v5.11.5 — Dessertressed
Updated on Sep 13, 2023
v5.11.4 — Malted milk powder
Updated on Sep 07, 2023
v5.11.3 — Twenty chocolate nodules
Updated on Aug 29, 2023
v5.11.2 — Chocolate-hazelnut frozen yogurt
Updated on Aug 04, 2023
v5.11.1 — Watermelon ice cream
Updated on Jul 25, 2023
5.11.0 — Apple pie, no bugs allowed
Updated on Jul 14, 2023
TypeScript (57.63%)
JavaScript (35.35%)
Solidity (6.73%)
Shell (0.2%)
SCSS (0.04%)
HTML (0.02%)
Vyper (0.02%)
Total Downloads
1,944,113
Last Day
993
Last Week
11,321
Last Month
47,234
Last Year
473,335
MIT License
13,989 Stars
16,047 Commits
2,324 Forks
335 Watchers
193 Branches
248 Contributors
Updated on Jun 11, 2025
Minified
Minified + Gzipped
Latest Version
0.2.5
Package Id
@truffle/spinners@0.2.5
Unpacked Size
18.97 kB
Size
4.69 kB
File Count
9
NPM Version
lerna/5.6.2/node@v16.20.2+x64 (linux)
Node Version
16.20.2
Published on
Sep 07, 2023
Cumulative downloads
Total Downloads
Last Day
-35%
993
Compared to previous day
Last Week
-21.7%
11,321
Compared to previous week
Last Month
34.1%
47,234
Compared to previous month
Last Year
-20.1%
473,335
Compared to previous year
1
5
@truffle/spinners
This is used to manage multiple CLI spinners. It is essentially just a wrapper
around the spinnies
library that
keeps a single instance of the spinnies
object in module-level scope.
1import { Spinner } from "@truffle/spinners"; 2 3const spinner = new Spinner("unique-spinner-name", "watch me spin!"); 4 5try { 6 await someLongRunningTask(); 7 spinner.succeed("Phew! 😅"); 8} catch { 9 spinner.fail("Whoops, got too dizzy and fell over! 😵"); 10}
1import { Spinner } from "@truffle/spinners"; 2 3const spinner = new Spinner("unique-spinner-name", "Now you see me"); 4 5await someLongRunningTask(); 6spinner.remove();
1import { Spinner } from "@truffle/spinners"; 2 3const spinner = new Spinner("unique-spinner-name", "Reticulating splines..."); 4 5try { 6 await reticulateSplines(); 7 8 spinner.text = "Perturbing Matrices"; 9 Promise.all(matrices.map(perturb)); 10 11 spinner.text = "Charging Ozone Layer"; 12 await ozoneLayer.charge(); 13 14 spinner.succeed(); 15} catch { 16 spinner.fail("Darn it!"); 17}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
project is fuzzed
Details
Reason
Found 4/6 approved changesets -- score normalized to 6
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
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
Reason
86 existing vulnerabilities detected
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