Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-timezone-select

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-timezone-select - npm Package Compare versions

Comparing version 3.2.4 to 3.2.5

8

dist/index.d.ts

@@ -7,4 +7,4 @@ import * as react_jsx_runtime_js from 'react/jsx-runtime.js';

};
type ILabelStyle = 'original' | 'altName' | 'abbrev' | 'offsetHidden';
type IDisplayValue = 'GMT' | 'UTC';
type ILabelStyle = "original" | "altName" | "abbrev" | "offsetHidden";
type IDisplayValue = "GMT" | "UTC";
type ITimezoneOption = {

@@ -24,5 +24,5 @@ value: string;

};
type Props = Omit<Props$1<ITimezone, false>, 'onChange'> & TimezoneSelectOptions & {
type Props = Omit<Props$1<ITimezone, false>, "onChange"> & TimezoneSelectOptions & {
value: ITimezone;
onChange?: (timezone: ITimezone) => void;
onChange?: (timezone: ITimezoneOption) => void;
};

@@ -29,0 +29,0 @@

{
"name": "react-timezone-select",
"version": "3.2.4",
"version": "3.2.5",
"description": "Usable, dynamic React Timezone Select",

@@ -5,0 +5,0 @@ "author": "Nico Domino <yo@ndo.dev>",

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