Gathering detailed insights and metrics for react-native-cron-generator
Gathering detailed insights and metrics for react-native-cron-generator
Gathering detailed insights and metrics for react-native-cron-generator
Gathering detailed insights and metrics for react-native-cron-generator
npm install react-native-cron-generator
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
10 Commits
2 Watchers
13 Branches
1 Contributors
Updated on Apr 20, 2022
Latest Version
1.0.3
Package Id
react-native-cron-generator@1.0.3
Unpacked Size
1.05 MB
Size
1.00 MB
File Count
27
NPM Version
6.4.1
Node Version
10.15.3
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
3
React-native component to generate cron expression
Package helps to build linux scheduler cron expression.
data = '* * * * * * *'
npm install react-native-cron-generator
import * as React from 'react';
import { View, StyleSheet, Dimensions } from 'react-native';
import Cron from 'react-native-cron-generator'
export default class App extends React.Component {
state = {
value:false
};
render() {
return (
<Cron
showResultText={true}
showResultCron={true}
value={this.state.value}
onChange={(e) => console.log(e)}/>
);
}
}
Prop | Description | Default |
---|---|---|
value | cron expression | |
onChange | ||
showResultText | show in readable text format | false |
showResultCron | show cron expression | false |
*cronstrue *viswanath lekshmanan
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/8 approved changesets -- score normalized to 0
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
51 existing vulnerabilities detected
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