
Security News
/Research
npm Phishing Email Targets Developers with Typosquatted Domain
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
react-progress-timer
Advanced tools
This react component will automatically calculate the time to complete a progress bar by percentage changing speed.
This react component will automatically calculate the time to complete a progress bar by percentage changing speed. You want supply only the current percentage as a prop.
You can install this component using yarn or npm
//yarn
$ yarn add react-progress-timer
//npm
$ npm install react-progress-timer --save
import ProgressTimer from 'react-progress-timer';
...
<ProgressTimer
percentage={percent}
/>
Please provide following props. Props that marked with leading (*) are required.
Prop | Description | Type |
---|---|---|
*percentage | Current percentage of the progress | number |
initialText | Text to desplay when initializing. Default is Initializing | string |
completedText | Text to desplay after completed the task. Default is Completed | string |
decreaseTime | With this prop time will automatically decreasing even percentage not changed. By default this feature is enabled. | boolean |
calculateByAverage | Calculating time by average speed. By default calculating the speed by current speed | boolean |
format | Format to display the remaining time. Default:- Completing in {value} {unit} | string |
formatter | You can use your own formatter to format your string. Supply time in nano second to first parameter. | (time:number)=>string |
$ git clone https://github.com/whizsid/react-progress-timer`
$ cd react-progress-timer
$ yarn
yarn start
Please lint your code before made a PR.
$ yarn lint
Always follow prettier code styles and check before making your PR.
$ yarn prettier
I will reply to all PRs when I have a free time. Issues and stars also welcome.
FAQs
This react component will automatically calculate the time to complete a progress bar by percentage changing speed.
The npm package react-progress-timer receives a total of 82 weekly downloads. As such, react-progress-timer popularity was classified as not popular.
We found that react-progress-timer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
Security News
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.