Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-select

Package Overview
Dependencies
Maintainers
2
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-select - npm Package Compare versions

Comparing version 5.0.0-bate-3 to 5.0.0-bate-4

7

cjs/index.d.ts

@@ -9,9 +9,8 @@ import React from 'react';

}
declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLSelectElement>>;
declare type Select = typeof Select & {
declare const Select: SelectComponent;
declare type SelectComponent = React.FC<React.PropsWithRef<SelectProps>> & {
Option: typeof Option;
Group: typeof Group;
};
declare const _default: Select;
export default _default;
export default Select;
//# sourceMappingURL=index.d.ts.map

@@ -39,3 +39,3 @@ "use strict";

var Select = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) {
var InternalSelect = function InternalSelect(props, ref) {
var _props$prefixCls = props.prefixCls,

@@ -55,4 +55,6 @@ prefixCls = _props$prefixCls === void 0 ? 'w-select' : _props$prefixCls,

}));
});
};
var Select = /*#__PURE__*/_react["default"].forwardRef(InternalSelect);
Select.Option = _Option["default"];

@@ -59,0 +61,0 @@ Select.Group = _Group["default"];

@@ -9,9 +9,8 @@ import React from 'react';

}
declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLSelectElement>>;
declare type Select = typeof Select & {
declare const Select: SelectComponent;
declare type SelectComponent = React.FC<React.PropsWithRef<SelectProps>> & {
Option: typeof Option;
Group: typeof Group;
};
declare const _default: Select;
export default _default;
export default Select;
//# sourceMappingURL=index.d.ts.map

@@ -10,3 +10,4 @@ import _extends from "@babel/runtime/helpers/extends";

export * from './style';
var Select = /*#__PURE__*/React.forwardRef((props, ref) => {
var InternalSelect = (props, ref) => {
var {

@@ -27,3 +28,5 @@ prefixCls = 'w-select',

}));
});
};
var Select = /*#__PURE__*/React.forwardRef(InternalSelect);
Select.Option = Option;

@@ -30,0 +33,0 @@ Select.Group = Group;

{
"name": "@uiw/react-select",
"version": "5.0.0-bate-3",
"version": "5.0.0-bate-4",
"description": "Select component",

@@ -48,4 +48,4 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"dependencies": {
"@uiw/utils": "^5.0.0-bate-3"
"@uiw/utils": "^5.0.0-bate-4"
}
}

Sorry, the diff of this file is not supported yet

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