
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
@types/react-native-animated-progress
Advanced tools
TypeScript definitions for react-native-animated-progress
npm install --save @types/react-native-animated-progress
This package contains type definitions for react-native-animated-progress (https://github.com/kcotias/react-native-animated-progress).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-animated-progress.
import { FC } from "react";
export interface AnimatedProgressProps {
/* Integer - From 0 to 100 (Default - 0).
* Chooses the point where the progress should animate to,
* based on the progress bar width.
*/
progress?: number;
/** (Default - 1100) */
progressDuration?: number;
/* Integer (Default - 2)
* Sets the height of the bar.
*/
height?: number;
/* (Default - none)
* Sets the color of the progress bar.
*/
backgroundColor?: string;
/* (Default - #A6A6A6).
* Sets the color of the progress bar track.
*/
trackColor?: string;
/* (Default - false)
* Sets the bar to animate constantly as a loading progress.
*/
indeterminate?: boolean;
/** (Default - 1100) */
indeterminateDuration?: number;
/* (Default - true)
* Chooses wheter to animate the progress or not
*/
animated?: boolean;
onCompletion?: () => any;
}
export const AnimatedProgress: FC<AnimatedProgressProps>;
export default AnimatedProgress;
These definitions were written by .
FAQs
TypeScript definitions for react-native-animated-progress
The npm package @types/react-native-animated-progress receives a total of 607 weekly downloads. As such, @types/react-native-animated-progress popularity was classified as not popular.
We found that @types/react-native-animated-progress 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.