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.12 to 1.1.13

1

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

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

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

import allTimezones from './timezone-list';
import "./index.css";
export var LabelType;

@@ -10,0 +9,0 @@ (function (LabelType) {

5

package.json
{
"name": "react-timezone-select",
"version": "1.1.12",
"version": "1.1.13",
"description": "Usable, dynamic React Timezone Select",

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

"postpublish": "npm run build:example && npm run deploy",
"build": "tsc --project ./tsconfig.json && npm run copy-files",
"build": "tsc --project ./tsconfig.json",
"build:example": "cd example && npm run build",
"copy-files": "cp ./src/index.css ./dist",
"deploy": "gh-pages -d example/build",

@@ -15,0 +14,0 @@ "test": "jest",

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