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 2.1.4 to 2.1.5

dist/index.html

2

dist/index.d.ts

@@ -6,3 +6,3 @@ import { Props as Props$1 } from 'react-select';

};
declare type ILabelStyle = 'original' | 'altName' | 'abbrev';
declare type ILabelStyle = 'original' | 'altName' | 'abbrev' | 'offsetHidden';
declare type IDisplayValue = 'GMT' | 'UTC';

@@ -9,0 +9,0 @@ declare type ITimezoneOption = {

@@ -154,2 +154,5 @@ var __defProp = Object.defineProperty;

break;
case "offsetHidden":
label = `${prefix.replace(/^\(.*?\)\s*/, "")}`;
break;
default:

@@ -156,0 +159,0 @@ label = `${prefix}`;

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

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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