🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
1.1.12

dist/types/timezone.d.ts

3

dist/index.d.ts
/// <reference types="react" />
import allTimezones from './timezone-list';
import "./index.css";
import type { Props } from './types/timezone';
import type { Props, ITimezone, ITimezoneOption, ILabelStyle } from './types/timezone';
export declare enum LabelType {

@@ -13,1 +13,2 @@ ORIGINAL = "original",

export { allTimezones };
export type { ITimezone, ITimezoneOption, Props, ILabelStyle };

@@ -33,3 +33,3 @@ import { jsx as _jsx } from "react/jsx-runtime";

case "altName":
label = `${prefix} ${!altName?.includes("/") ? `(${altName})` : ""}`;
label = `${prefix} ${altName?.length ? `(${altName})` : ""}`;
break;

@@ -36,0 +36,0 @@ case "abbrev":

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

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

Sorry, the diff of this file is not supported yet