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 1.1.16 to 1.1.18

dist/index.cjs

8

dist/index.d.ts
/// <reference types="react" />
import allTimezones from './timezone-list.js';
import type { Props, ITimezone, ITimezoneOption, ILabelStyle } from './types/timezone';
export declare enum LabelType {
ORIGINAL = "original",
ALTNAME = "altName",
ABBREV = "abbrev"
}
export { allTimezones };
export type { ITimezone, ITimezoneOption, Props, ILabelStyle };
export default function TimezoneSelect({ value, onBlur, onChange, labelStyle, timezones, ...props }: Props): JSX.Element;
declare const TimezoneSelect: ({ value, onBlur, onChange, labelStyle, timezones, ...props }: Props) => JSX.Element;
export default TimezoneSelect;
{
"name": "react-timezone-select",
"version": "1.1.16",
"version": "1.1.18",
"description": "Usable, dynamic React Timezone Select",
"scripts": {
"start": "cd example && npm start",
"start": "concurrently npm:startEx npm:build",
"startEx": "cd example && npm start",
"prepublish": "npm run build",
"postpublish": "npm run build:example && npm run deploy",
"build": "tsc --project ./tsconfig.json",
"build": "node build.js && tsc",
"build:example": "cd example && npm run build",

@@ -36,8 +37,8 @@ "deploy": "gh-pages -d example/build",

"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.js",
"exports": {
".": {
"import": "./dist/index.js"
}
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},

@@ -49,3 +50,3 @@ "peerDependencies": {

"dependencies": {
"react-select": "^5.1.0",
"react-select": "^5.2.2",
"spacetime": "^6.16.3",

@@ -55,14 +56,17 @@ "timezone-soft": "^1.3.1"

"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"concurrently": "^7.0.0",
"esbuild": "^0.14.11",
"esbuild-jest": "^0.5.0",
"gh-pages": "^3.2.3",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
"jest": "^27.4.7",
"prettier": "^2.5.1",
"react": "^17",
"react-dom": "^17",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},

@@ -69,0 +73,0 @@ "prettier": {

Sorry, the diff of this file is too big to display

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