Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@asphalt-react/radio

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asphalt-react/radio - npm Package Compare versions

Comparing version
2.11.0
to
2.12.0
+4
-1
dist/index.d.ts

@@ -12,2 +12,3 @@ type Override<T, U> = Omit<U, keyof T> & T

size?: "s" | "m" | "l"
ref?: React.Ref<any>
}

@@ -19,2 +20,4 @@

export { Radio, type RadioProps };
declare function IconRadio(): React.ReactElement
export { IconRadio, Radio, type RadioProps };
+5
-5
{
"name": "@asphalt-react/radio",
"version": "2.11.0",
"version": "2.12.0",
"description": "Radio",

@@ -41,3 +41,3 @@ "keywords": [

"devDependencies": {
"@asphalt-react/build": "^2.10.0",
"@asphalt-react/build": "^2.12.0",
"@testing-library/react": "^11.2.7",

@@ -47,4 +47,4 @@ "@testing-library/user-event": "~13.0.16"

"dependencies": {
"@asphalt-react/context": "^2.10.0",
"@asphalt-react/helper": "^2.10.0",
"@asphalt-react/context": "^2.12.0",
"@asphalt-react/helper": "^2.12.0",
"classnames": "^2.5.1",

@@ -54,3 +54,3 @@ "prop-types": "^15.8.1"

"license": "UNLICENSED",
"gitHead": "ccb568000f6ca32f5a052d9f2a1b9f74aab38bd5"
"gitHead": "ef3f211cc4e921b4345777317bb3bfbf3b12cfa5"
}