Socket
Socket
Sign inDemoInstall

@superdispatch/ui

Package Overview
Dependencies
Maintainers
2
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superdispatch/ui - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

dist-types/date-picker/DatePicker.d.ts

@@ -6,3 +6,3 @@ /// <reference types="react" />

export interface DatePickerProps extends DatePickerBaseProps {
value: DatePickerValue;
value?: DatePickerValue;
InputComponent: DatePickerBaseInputComponent<DatePickerInputComponentProps>;

@@ -9,0 +9,0 @@ onChange: (value?: Date) => void;

@@ -13,3 +13,3 @@ import React from 'react';

export interface DatePickerBaseProps extends DayPickerProps {
value: Date | [Date?, Date?];
value?: Date | [Date?, Date?];
InputComponent: DatePickerBaseInputComponent<any>;

@@ -16,0 +16,0 @@ }

{
"name": "@superdispatch/ui",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",

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

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