Socket
Socket
Sign inDemoInstall

@paprika/radio

Package Overview
Dependencies
Maintainers
4
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paprika/radio - npm Package Compare versions

Comparing version 0.1.23 to 0.1.24

6

CHANGELOG.md

@@ -12,1 +12,7 @@ # Changelog

- Added tabIndex prop which is forwarded to input [@tristanjasper](https://github.com/tristanjasper).
## [0.1.24] - 2020-06-26
### Added
- Remove readonly true prop from input (fix safari focus) [@tristanjasper](https://github.com/tristanjasper).

1

lib/Radio.js

@@ -130,3 +130,2 @@ "use strict";

"aria-describedby": ariaDescribedBy,
readOnly: true,
onClick: onClick,

@@ -133,0 +132,0 @@ checked: isChecked,

{
"name": "@paprika/radio",
"version": "0.1.23",
"version": "0.1.24",
"description": "Radio component displays a radio input and label text beside it. When clicked it selects the input and deselects any other radio input in its group",

@@ -35,3 +35,3 @@ "author": "@paprika",

},
"gitHead": "997cbbc21167f2f862b2e2f3b5f2fab7c81353f2"
"gitHead": "28aef6bbf531fb724f1bc795910b592e7d9792e1"
}

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