Gathering detailed insights and metrics for @freakycoder/react-native-countdown
Gathering detailed insights and metrics for @freakycoder/react-native-countdown
Gathering detailed insights and metrics for @freakycoder/react-native-countdown
Gathering detailed insights and metrics for @freakycoder/react-native-countdown
Moment based extremely easy to use Countdown for React Native
npm install @freakycoder/react-native-countdown
Typescript
Module System
Node Version
NPM Version
69.9
Supply Chain
92.4
Quality
75.3
Maintenance
100
Vulnerability
100
License
Java (37.26%)
JavaScript (17.65%)
TypeScript (15.06%)
Ruby (11.79%)
Objective-C (11.62%)
Objective-C++ (5.75%)
Shell (0.87%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Stars
102 Commits
2 Forks
2 Watchers
5 Branches
1 Contributors
Updated on Oct 24, 2023
Latest Version
1.0.0
Package Id
@freakycoder/react-native-countdown@1.0.0
Unpacked Size
57.23 kB
Size
20.19 kB
File Count
22
NPM Version
8.19.3
Node Version
16.19.0
Published on
May 09, 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
2
17
Add the dependency:
1npm i @freakycoder/react-native-countdown
1"moment": ">= 2.24.0", 2"moment-duration-format": ">= 2.3.2"
1import moment from "moment"; 2import Countdown from "react-native-countdown";
All Text Component feature can be send via props OR you can use textStyle
1<Countdown 2 start={moment(1578240964000)} 3 end={moment(1578244564000)} 4 fontFamily="BurbankBigCondensed-Black" // All Text Component feature can be send via props OR you can use textStyle 5 defaultCountdown=" - / - : - : -" 6 format="d[d] hh:mm:ss" 7/>
Check the example for the customizable format
and defaultCountdown
props.
Property | Type | Default | Description |
---|---|---|---|
start | boolean | true | make the button outline |
end | boolean | false | make the button with a solid background and a shadow |
textStyle | boolean | false | make the button with a gradient background and a shadow |
defaultCountdown | string | - : - : - | default countdown format before the countdown starts |
format | string | hh:mm:ss | set your own format for the countdown |
FreakyCoder, kurayogun@gmail.com
React Native Countdown is available under the MIT license. See the LICENSE file for more info.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/2 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
Reason
35 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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