Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@types/react-native-simple-radio-button
Advanced tools
TypeScript definitions for react-native-simple-radio-button
npm install --save @types/react-native-simple-radio-button
This package contains type definitions for react-native-simple-radio-button (https://github.com/moschan/react-native-simple-radio-button).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-simple-radio-button.
import * as React from "react";
import { StyleProp, TextStyle, ViewStyle } from "react-native";
export interface DefaultRadioFormProps {
accessible?: boolean | undefined;
accessibilityLabel?: string | undefined;
testID?: string | undefined;
onPress?: ((val?: any) => any) | undefined;
}
export interface ReactNativeRadioFormProps extends DefaultRadioFormProps {
children?: React.ReactNode;
radio_props?: Array<{ label: string; value: string | number }> | undefined;
initial?: number | undefined;
buttonColor?: string | undefined;
labelColor?: string | undefined;
formHorizontal?: boolean | undefined;
labelHorizontal?: boolean | undefined;
animation?: boolean | undefined;
style?: StyleProp<ViewStyle> | undefined;
}
export interface RadioButtonProps {
children?: React.ReactNode;
isSelected?: boolean | undefined;
labelHorizontal?: boolean | undefined;
buttonColor?: string | undefined;
selectedButtonColor?: string | undefined;
labelColor?: string | undefined;
style?: StyleProp<ViewStyle> | undefined;
wrapStyle?: StyleProp<ViewStyle> | undefined;
idSeparator?: string | undefined;
}
export interface RadioButtonInputProps extends DefaultRadioFormProps {
obj: object;
index: number;
isSelected?: boolean | undefined;
buttonInnerColor?: string | undefined;
buttonOuterColor?: string | undefined;
buttonSize?: number | undefined;
buttonOuterSize?: number | undefined;
buttonStyle?: StyleProp<ViewStyle> | undefined;
buttonWrapStyle?: StyleProp<ViewStyle> | undefined;
}
export interface RadioButtonLabelProps extends DefaultRadioFormProps {
obj: object;
index: number;
labelHorizontal?: boolean | undefined;
labelStyle?: StyleProp<TextStyle> | undefined;
labelWrapStyle?: StyleProp<ViewStyle> | undefined;
}
export class RadioButton extends React.Component<RadioButtonProps> {}
export class RadioButtonInput extends React.Component<RadioButtonInputProps> {}
export class RadioButtonLabel extends React.Component<RadioButtonLabelProps> {}
export default class RadioForm extends React.Component<ReactNativeRadioFormProps> {}
These definitions were written by Frabanz.
FAQs
TypeScript definitions for react-native-simple-radio-button
The npm package @types/react-native-simple-radio-button receives a total of 39,291 weekly downloads. As such, @types/react-native-simple-radio-button popularity was classified as popular.
We found that @types/react-native-simple-radio-button demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.