New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-radio

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-radio - npm Package Compare versions

Comparing version 4.7.14 to 4.7.15

10

package.json
{
"name": "@uiw/react-radio",
"version": "4.7.14",
"version": "4.7.15",
"description": "Radio component",

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

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

@@ -51,4 +51,4 @@ "devDependencies": {

"@types/jest": "26.0.23",
"@types/react": "17.0.5",
"@types/react-dom": "17.0.3",
"@types/react": "17.0.6",
"@types/react-dom": "17.0.4",
"@types/react-test-renderer": "17.0.1",

@@ -59,3 +59,3 @@ "react": "17.0.2",

},
"gitHead": "ac2317976f1f9976ae6b75b9119dcd27e4feb120"
"gitHead": "575e040609d084ee7052463aa709863da77e5c91"
}

@@ -16,3 +16,3 @@ Radio 单选框

<!--DemoStart,bgWhite,codePen,codeSandbox-->
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```js

@@ -32,7 +32,6 @@ import ReactDOM from 'react-dom';

```
<!--End-->
### Form 中使用 Radio
<!--DemoStart,bgWhite,codePen,codeSandbox-->
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```jsx

@@ -113,3 +112,2 @@ import ReactDOM from 'react-dom';

```
<!--End-->

@@ -120,3 +118,3 @@ ### 单选

<!--DemoStart,bgWhite,codePen,codeSandbox-->
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```jsx

@@ -150,3 +148,2 @@ import React from 'react';

```
<!--End-->

@@ -157,3 +154,3 @@ ### 单选组

<!--DemoStart,bgWhite,codePen,codeSandbox-->
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```jsx

@@ -202,3 +199,2 @@ import React from 'react';

```
<!--End-->

@@ -205,0 +201,0 @@ ## Radio

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