
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@types/react-bootstrap-date-picker
Advanced tools
TypeScript definitions for react-bootstrap-date-picker
npm install --save @types/react-bootstrap-date-picker
This package contains type definitions for react-bootstrap-date-picker (https://github.com/pushtell/react-bootstrap-date-picker#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap-date-picker.
import { ComponentClass, FocusEventHandler, FunctionComponent, HTMLAttributes, ReactNode } from "react";
export as namespace DatePicker;
export = DatePicker;
declare const DatePicker: DatePicker;
type DatePicker = ComponentClass<DatePicker.DatePickerProps>;
declare namespace DatePicker {
type ChangeCallback = (value: string, formattedValue: string) => void;
interface DatePickerProps {
value?: string | undefined;
defaultValue?: string | undefined;
minDate?: string | undefined;
maxDate?: string | undefined;
style?: any;
className?: string | undefined;
autoFocus?: boolean | undefined;
disabled?: boolean | undefined;
onChange?: ChangeCallback | undefined;
onFocus?: FocusEventHandler<any> | undefined;
onBlur?: FocusEventHandler<any> | undefined;
dateFormat?: string | undefined;
clearButtonElement?: ReactNode | undefined;
showClearButton?: boolean | undefined;
onClear?(): void;
previousButtonElement?: ReactNode | undefined;
nextButtonElement?: ReactNode | undefined;
cellPadding?: string | undefined;
dayLabels?: string[] | undefined;
monthLabels?: string[] | undefined;
calendarPlacement?: string | undefined;
calendarContainer?: any;
weekStartsOnMonday?: boolean | undefined;
showTodayButton?: boolean | undefined;
todayButtonLabel?: string | undefined;
customControl?: FunctionComponent<any> | ComponentClass<any> | undefined;
}
}
These definitions were written by Karol Janyst.
FAQs
TypeScript definitions for react-bootstrap-date-picker
The npm package @types/react-bootstrap-date-picker receives a total of 568 weekly downloads. As such, @types/react-bootstrap-date-picker popularity was classified as not popular.
We found that @types/react-bootstrap-date-picker 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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.