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.0.0 to 3.0.1

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import React from 'react';
import * as react_jsx_runtime_js from 'react/jsx-runtime.js';
import { Props as Props$1 } from 'react-select';

@@ -34,4 +34,4 @@

};
declare const TimezoneSelect: ({ value, onBlur, onChange, labelStyle, displayValue, timezones, ...props }: Props) => React.JSX.Element;
declare const TimezoneSelect: ({ value, onBlur, onChange, labelStyle, displayValue, timezones, ...props }: Props) => react_jsx_runtime_js.JSX.Element;
export { ILabelStyle, ITimezone, ITimezoneOption, Props, TimezoneSelectOptions, allTimezones, TimezoneSelect as default, useTimezoneSelect };

@@ -31,3 +31,3 @@ var __defProp = Object.defineProperty;

// src/index.tsx
import React, { useMemo } from "react";
import { useMemo } from "react";
import Select from "react-select";

@@ -122,2 +122,3 @@ import spacetime from "spacetime";

// src/index.tsx
import { jsx } from "react/jsx-runtime";
function useTimezoneSelect({

@@ -237,3 +238,3 @@ timezones = timezone_list_default,

};
return /* @__PURE__ */ React.createElement(
return /* @__PURE__ */ jsx(
Select,

@@ -240,0 +241,0 @@ __spreadValues({

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

@@ -9,3 +9,3 @@ "scripts": {

"postpublish": "pnpm run build:example && npm run deploy",
"build": "tsup src/index.tsx --format cjs,esm --dts",
"build": "tsup src/index.tsx --format cjs,esm --clean --dts",
"build:example": "cd example && pnpm run build",

@@ -12,0 +12,0 @@ "deploy": "gh-pages -d example/dist",

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