Socket
Socket
Sign inDemoInstall

@uiw/react-select

Package Overview
Dependencies
Maintainers
1
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 4.7.15 to 4.7.16

9

package.json
{
"name": "@uiw/react-select",
"version": "4.7.15",
"version": "4.7.16",
"description": "Select component",

@@ -45,3 +45,3 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"dependencies": {
"@uiw/utils": "^4.7.15"
"@uiw/utils": "^4.7.16"
},

@@ -52,7 +52,6 @@ "devDependencies": {

"@types/react": "17.0.6",
"@types/react-dom": "17.0.4",
"@types/react-dom": "17.0.5",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"gitHead": "575e040609d084ee7052463aa709863da77e5c91"
}
}

@@ -17,3 +17,3 @@ Select 选择器

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```js
```jsx
import ReactDOM from 'react-dom';

@@ -42,3 +42,3 @@ import { Row, Col, Select } from 'uiw';

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```js
```jsx
import ReactDOM from 'react-dom';

@@ -69,3 +69,3 @@ import { Row, Col, Select } from 'uiw';

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```js
```jsx
import ReactDOM from 'react-dom';

@@ -127,3 +127,3 @@ import { Row, Col, Select, Button } from 'uiw';

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```js
```jsx
import ReactDOM from 'react-dom';

@@ -160,3 +160,3 @@ import { Row, Col, Select } from 'uiw';

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```js
```jsx
import ReactDOM from 'react-dom';

@@ -240,3 +240,3 @@ import { Form, Row, Col, Select, Button, Notify } from 'uiw';

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```js
```jsx
import ReactDOM from 'react-dom';

@@ -243,0 +243,0 @@ import { Row, Col, Select } from 'uiw';

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