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

react-radio-buttons

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-radio-buttons - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

5

package.json
{
"name": "react-radio-buttons",
"version": "1.0.8",
"version": "1.0.9",
"description": "Well-designed radio buttons for react.",

@@ -39,5 +39,2 @@ "main": "lib/index.js",

},
"engines": {
"node": ">= 5.11.0"
},
"author": "InJung Chung <mu29@yeoubi.net>",

@@ -44,0 +41,0 @@ "license": "MIT",

7

README.md

@@ -1,2 +0,2 @@

# [React](http://facebook.github.io/react/)-radio-buttons
# react-radio-buttons
Well-designed radio buttons for react

@@ -7,3 +7,4 @@

npm install react-radio-buttons --save
```
```
Then just add `import { RadioGroup, RadioButton } from 'react-radio-buttons';` into your file.

@@ -22,3 +23,3 @@ ## Screenshot

```
By using `react-radio-button`, you can write like this (full example [here](https://github.com/mu29/react-radio-button/blob/master/example/example.js)) :
By using `react-radio-buttons`, you can write like this (full example [here](https://github.com/mu29/react-radio-buttons/blob/master/example/example.js)) :
```

@@ -25,0 +26,0 @@ <RadioGroup onChange={ this.onChange } horizontal>

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