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.31 to 0.1.32

2

lib/index.d.ts

@@ -5,2 +5,3 @@ export default Radio;

interface RadioProps {
[x: string]: any;
/** Used for aria-label on the radio input */

@@ -34,2 +35,3 @@ a11yText?: string;

interface GroupProps {
[x: string]: any;
/** aria-labelledby prop on the containing group element */

@@ -36,0 +38,0 @@ a11yText?: string;

12

package.json
{
"name": "@paprika/radio",
"version": "0.1.31",
"version": "0.1.32",
"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",

@@ -19,7 +19,7 @@ "author": "@paprika",

"@babel/runtime-corejs2": "^7.3.1",
"@paprika/constants": "^0.1.1",
"@paprika/constants": "^0.1.2",
"@paprika/helpers": "^0.2.13",
"@paprika/icon": "^0.3.8",
"@paprika/stylers": "^0.2.10",
"@paprika/tokens": "^0.1.16",
"@paprika/icon": "^0.3.9",
"@paprika/stylers": "^0.2.11",
"@paprika/tokens": "^0.1.17",
"nanoid": "^2.1.7",

@@ -38,3 +38,3 @@ "prop-types": "^15.7.2"

},
"gitHead": "81265279f5f337c56d52feea72eaec3ed7322e1f"
"gitHead": "763f94f434ba3a1a0722a3e5b312d0b2029ca355"
}
<!-- autogenerated don't modify -->
# @paprika/radio - 0.1.31
# @paprika/radio - 0.1.32

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

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