Socket
Socket
Sign inDemoInstall

@paprika/radio

Package Overview
Dependencies
Maintainers
5
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 1.0.3 to 1.0.4-alpha.0

6

lib/Radio.js

@@ -55,2 +55,4 @@ "use strict";

var noop = function noop() {};
function Radio(props) {

@@ -114,3 +116,5 @@ var a11yText = props.a11yText,

"data-pka-anchor": "radio"
}, styleProps, moreProps), /*#__PURE__*/_react["default"].createElement("input", inputProps), /*#__PURE__*/_react["default"].createElement("label", {
}, styleProps, moreProps), /*#__PURE__*/_react["default"].createElement("input", (0, _extends2["default"])({}, inputProps, {
onChange: noop
})), /*#__PURE__*/_react["default"].createElement("label", {
onKeyUp: handleKeyUp,

@@ -117,0 +121,0 @@ className: canDeselect ? "deselectable" : "",

4

package.json
{
"name": "@paprika/radio",
"version": "1.0.3",
"version": "1.0.4-alpha.0",
"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",

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

},
"gitHead": "c265e9e5dc43bc76faf92045066854c5fbb23d49"
"gitHead": "1afb93e93bd3616bbf60f0d10b7c25522e7adc9e"
}
<!-- start: Autogenerated - do not modify -->
# @paprika/radio - 1.0.3
# @paprika/radio - 1.0.4-alpha.0

@@ -5,0 +5,0 @@ ## Description

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