Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

react-date-picker

Package Overview
Dependencies
26
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.1 to 10.0.2

test/dist/index.d.ts

2

dist/cjs/DatePicker.d.ts

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

yearPlaceholder?: string;
} & Omit<React.ComponentPropsWithoutRef<typeof Calendar>, 'className' | 'maxDetail' | 'minDetail' | 'onChange'>;
} & Omit<React.ComponentPropsWithoutRef<typeof Calendar>, 'className' | 'maxDetail' | 'onChange'>;
declare function DatePicker(props: DatePickerProps): JSX.Element;

@@ -48,0 +48,0 @@ declare namespace DatePicker {

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

yearPlaceholder?: string;
} & Omit<React.ComponentPropsWithoutRef<typeof Calendar>, 'className' | 'maxDetail' | 'minDetail' | 'onChange'>;
} & Omit<React.ComponentPropsWithoutRef<typeof Calendar>, 'className' | 'maxDetail' | 'onChange'>;
declare function DatePicker(props: DatePickerProps): JSX.Element;

@@ -48,0 +48,0 @@ declare namespace DatePicker {

{
"name": "react-date-picker",
"version": "10.0.1",
"version": "10.0.2",
"description": "A date picker for your React app.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"source": "src/index.js",
"source": "src/index.ts",
"types": "dist/cjs/index.d.ts",
"sideEffects": [

@@ -9,0 +10,0 @@ "*.css"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc