You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@asphalt-react/button

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asphalt-react/button - npm Package Compare versions

Comparing version
2.0.0-alpha.12
to
2.0.0-alpha.13
+6
-6
package.json
{
"name": "@asphalt-react/button",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"description": "Button",

@@ -45,10 +45,10 @@ "keywords": [

"dependencies": {
"@asphalt-react/context": "^2.0.0-alpha.8",
"@asphalt-react/helper": "^2.0.0-alpha.8",
"@asphalt-react/qualifier": "^2.0.0-alpha.8",
"@asphalt-react/svg-normalizer": "^2.0.0-alpha.8",
"@asphalt-react/context": "^2.0.0-alpha.13",
"@asphalt-react/helper": "^2.0.0-alpha.13",
"@asphalt-react/qualifier": "^2.0.0-alpha.13",
"@asphalt-react/svg-normalizer": "^2.0.0-alpha.13",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"gitHead": "a9eaeaa9005f6531dfaaf1bdb49636a3e8920f10"
"gitHead": "d612f951c8b52f5c0b43e48155cb5346c06031c8"
}
# Button
![npm](https://img.shields.io/npm/dt/@asphalt-react/button?style=flat-square)
Buttons provide a way to trigger an action. The caption of a Button should hint what action it'll perform. The caption is typically text but Buttons can also have an icon with text or just an icon (which we call as Icon Button).

@@ -4,0 +6,0 @@