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.2.3-experimental.5 to 1.2.3-experimental.7

dist/index.jsx

2

dist/index.js

@@ -106,4 +106,4 @@ import * as React from 'react';

};
return (React.createElement(Select, { value: parseTimezone(value), onChange: handleChange, options: getOptions, onBlur: onBlur, ...props }));
return (<Select value={parseTimezone(value)} onChange={handleChange} options={getOptions} onBlur={onBlur} {...props}/>);
};
export default TimezoneSelect;
{
"name": "react-timezone-select",
"version": "1.2.3-experimental.5",
"version": "1.2.3-experimental.7",
"description": "Usable, dynamic React Timezone Select",

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

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