Gathering detailed insights and metrics for @types/react-spinkit
Gathering detailed insights and metrics for @types/react-spinkit
Gathering detailed insights and metrics for @types/react-spinkit
Gathering detailed insights and metrics for @types/react-spinkit
The repository for high quality TypeScript type definitions.
npm install @types/react-spinkit
Typescript
Module System
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
50,033 Stars
89,737 Commits
30,434 Forks
640 Watchers
6 Branches
9,957 Contributors
Updated on Jul 14, 2025
Latest Version
3.0.10
Package Id
@types/react-spinkit@3.0.10
Unpacked Size
7.08 kB
Size
2.20 kB
File Count
5
Published on
Nov 07, 2023
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
1
npm install --save @types/react-spinkit
This package contains type definitions for react-spinkit (https://github.com/KyleAMathews/react-spinkit).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-spinkit.
1/// <reference types="react" /> 2 3declare namespace spinner { 4 export interface SpinnerProps { 5 /** 6 * Specify spinner to use. 7 */ 8 name?: 9 | "three-bounce" 10 | "double-bounce" 11 | "rotating-plane" 12 | "folding-cube" 13 | "wave" 14 | "wandering-cubes" 15 | "pulse" 16 | "chasing-dots" 17 | "circle" 18 | "cube-grid" 19 | "wordpress" 20 | "ball-grid-beat" 21 | "ball-grid-pulse" 22 | "line-spin-fade-loader" 23 | "ball-spin-fade-loader" 24 | "ball-pulse-rise" 25 | "line-scale" 26 | "line-scale-pulse-out" 27 | "line-scale-pulse-out-rapid" 28 | "line-scale-party" 29 | "ball-triangle-path" 30 | "ball-scale-ripple-multiple" 31 | "ball-pulse-sync" 32 | "ball-beat" 33 | "ball-scale-multiple" 34 | "ball-zig-zag" 35 | "ball-zig-zag-deflect" 36 | "ball-clip-rotate" 37 | "ball-clip-rotate-pulse" 38 | "ball-clip-rotate-multiple" 39 | "ball-scale-ripple" 40 | "triangle-skew-spin" 41 | "pacman" 42 | undefined; 43 /** 44 * Set the time before the spinner fades in 45 */ 46 fadeIn?: "full" | "half" | "quarter" | "none" | undefined; 47 /** 48 * Change the default "spinner" className. 49 */ 50 overrideSpinnerClassName?: string | undefined; 51 /** 52 * Component className. 53 */ 54 className?: string | undefined; 55 /** 56 * Programmatically set the color of the spinners (does not work 57 * for circle or folding-cube); this can either be a hex value or a color word 58 */ 59 color?: string | undefined; 60 61 style?: React.CSSProperties | undefined; 62 } 63 64 export interface Spinner extends React.ComponentClass<SpinnerProps> { 65 } 66} 67 68declare const spinner: spinner.Spinner; 69export = spinner; 70
These definitions were written by Qubo, Mleko, Tom Crockett, and zzanol.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
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