
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@types/react-bootstrap-range-slider
Advanced tools
TypeScript definitions for react-bootstrap-range-slider
npm install --save @types/react-bootstrap-range-slider
This package contains type definitions for react-bootstrap-range-slider (https://github.com/jaywilz/react-bootstrap-range-slider#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap-range-slider.
// Type definitions for react-bootstrap-range-slider 1.2
// Project: https://github.com/jaywilz/react-bootstrap-range-slider#readme
// Definitions by: Isaac Moore <https://github.com/rmsy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import {
ChangeEvent,
CSSProperties,
DetailedHTMLProps,
ForwardRefExoticComponent,
HTMLAttributes,
MouseEvent,
PropsWithoutRef,
ReactNode,
RefAttributes,
RefObject,
} from 'react';
export interface RangeSliderProps {
value?: number | undefined;
onChange?: ((event: ChangeEvent<HTMLInputElement>, value: number) => void) | undefined;
onAfterChange?: ((event: MouseEvent<HTMLInputElement>, value: number) => void) | undefined;
min?: number | undefined;
max?: number | undefined;
step?: number | undefined;
disabled?: boolean | undefined;
size?: 'sm' | 'lg' | undefined;
variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | undefined;
inputProps?: DetailedHTMLProps<HTMLAttributes<HTMLInputElement>, HTMLInputElement> | undefined;
tooltip?: 'auto' | 'on' | 'off' | undefined;
tooltipPlacement?: 'top' | 'bottom' | undefined;
tooltipLabel?: ((value: number) => ReactNode) | undefined;
tooltipStyle?: CSSProperties | undefined;
tooltipProps?: DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> | undefined;
className?: string | undefined;
ref?: ((instance: HTMLInputElement | null) => void) | RefObject<HTMLInputElement> | null | undefined;
bsPrefix?: string | undefined;
}
export const RangeSlider: ForwardRefExoticComponent<
PropsWithoutRef<RangeSliderProps> & RefAttributes<HTMLInputElement>
>;
export default RangeSlider;
These definitions were written by Isaac Moore.
FAQs
Stub TypeScript definitions entry for react-bootstrap-range-slider, which provides its own types definitions
The npm package @types/react-bootstrap-range-slider receives a total of 153 weekly downloads. As such, @types/react-bootstrap-range-slider popularity was classified as not popular.
We found that @types/react-bootstrap-range-slider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.