New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.1.15 to 1.1.16

dist/cjs/index.d.ts

2

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

@@ -4,0 +4,0 @@ export declare enum LabelType {

@@ -16,3 +16,3 @@ var __rest = (this && this.__rest) || function (s, e) {

import soft from 'timezone-soft';
import allTimezones from './timezone-list';
import allTimezones from './timezone-list.js';
export var LabelType;

@@ -19,0 +19,0 @@ (function (LabelType) {

@@ -40,6 +40,6 @@ const allTimezones = {

"Europe/Helsinki": "Helsinki, Kiev, Riga, Sofia, Tallinn, Vilnius",
"Europe/Athens": "Athens, Istanbul, Minsk",
"Europe/Athens": "Athens, Minsk",
"Asia/Jerusalem": "Jerusalem",
"Africa/Harare": "Harare, Pretoria",
"Europe/Moscow": "Moscow, St. Petersburg, Volgograd",
"Europe/Moscow": "Istanbul, Moscow, St. Petersburg, Volgograd",
"Asia/Kuwait": "Kuwait, Riyadh",

@@ -46,0 +46,0 @@ "Africa/Nairobi": "Nairobi",

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

@@ -26,4 +26,11 @@ "scripts": {

"license": "MIT",
"keywords": ["react", "timezone", "select", "react-select"],
"files": ["dist/*"],
"keywords": [
"react",
"timezone",
"select",
"react-select"
],
"files": [
"dist/*"
],
"type": "module",

@@ -30,0 +37,0 @@ "module": "./dist/index.js",

@@ -14,4 +14,4 @@ # 🌐⌚ react-timezone-select

1) Adjusted the choices automatically with Daylight Savings Time (DST)
2) Didn't have a huge list of choices to scroll through when technically only 24 (ish) are necessary
1. Adjusted the choices automatically with Daylight Savings Time (DST)
2. Didn't have a huge list of choices to scroll through when technically only 24 (ish) are necessary

@@ -105,3 +105,3 @@ #### Demo: [ndom91.github.io/react-timezone-select](https://ndom91.github.io/react-timezone-select/)

**Update**: Next.js 11.1.0 now supports ESM packages natively! Until 12.0.0 you need to include `esmExternals: true` in your `next.js.config` though.
**Update**: Next.js 12 now supports ESM packages by default. If you have any problems with this package in a Next.js 12 project, please let me know!

@@ -108,0 +108,0 @@ ### 🕒 Custom Timezones

Sorry, the diff of this file is not supported yet

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