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

react-time-picker

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-time-picker - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

4

dist/cjs/shared/types.d.ts

@@ -6,4 +6,2 @@ export type AmPmType = 'am' | 'pm';

export type LooseValue = LooseValuePiece | [LooseValuePiece, LooseValuePiece];
type ValuePiece = string | null;
export type Value = ValuePiece | [ValuePiece, ValuePiece];
export {};
export type Value = string | null;

@@ -6,4 +6,2 @@ export type AmPmType = 'am' | 'pm';

export type LooseValue = LooseValuePiece | [LooseValuePiece, LooseValuePiece];
type ValuePiece = string | null;
export type Value = ValuePiece | [ValuePiece, ValuePiece];
export {};
export type Value = string | null;
{
"name": "react-time-picker",
"version": "6.0.1",
"version": "6.0.2",
"description": "A time picker for your React app.",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

@@ -11,4 +11,2 @@ export type AmPmType = 'am' | 'pm';

type ValuePiece = string | null;
export type Value = ValuePiece | [ValuePiece, ValuePiece];
export type Value = string | null;
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