New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rc-picker

Package Overview
Dependencies
Maintainers
6
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-picker - npm Package Compare versions

Comparing version 4.0.0-alpha.10 to 4.0.0-alpha.11

2

es/PickerInput/RangePicker.d.ts

@@ -8,3 +8,3 @@ import * as React from 'react';

separator?: React.ReactNode;
value?: RangeValueType<DateType>;
value?: RangeValueType<DateType> | null;
defaultValue?: RangeValueType<DateType>;

@@ -11,0 +11,0 @@ onChange?: (dates: RangeValueType<DateType>, dateStrings: [string, string]) => void;

@@ -9,3 +9,3 @@ import * as React from 'react';

maxTagCount?: number | 'responsive';
value?: DateType | DateType[];
value?: DateType | DateType[] | null;
defaultValue?: DateType | DateType[];

@@ -12,0 +12,0 @@ onChange?: (date: DateType | DateType[], dateString: string | string[]) => void;

@@ -8,3 +8,3 @@ import * as React from 'react';

separator?: React.ReactNode;
value?: RangeValueType<DateType>;
value?: RangeValueType<DateType> | null;
defaultValue?: RangeValueType<DateType>;

@@ -11,0 +11,0 @@ onChange?: (dates: RangeValueType<DateType>, dateStrings: [string, string]) => void;

@@ -9,3 +9,3 @@ import * as React from 'react';

maxTagCount?: number | 'responsive';
value?: DateType | DateType[];
value?: DateType | DateType[] | null;
defaultValue?: DateType | DateType[];

@@ -12,0 +12,0 @@ onChange?: (date: DateType | DateType[], dateString: string | string[]) => void;

{
"name": "rc-picker",
"version": "4.0.0-alpha.10",
"version": "4.0.0-alpha.11",
"description": "React date & time picker",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc