Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aio-button

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aio-button - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

9

index.js

@@ -1184,3 +1184,4 @@ "use strict";

checks = _actions$getProps6.checks,
showTags = _actions$getProps6.showTags;
showTags = _actions$getProps6.showTags,
tagContainerStyle = _actions$getProps6.tagContainerStyle;

@@ -1193,3 +1194,4 @@ return /*#__PURE__*/_react.default.createElement("div", {

}, $$.button(), showTags !== false && checks.length !== 0 && /*#__PURE__*/_react.default.createElement("div", {
className: 'aio-button-checkeds' + (rtl ? ' rtl' : '')
className: 'aio-button-checkeds' + (rtl ? ' rtl' : ''),
style: tagContainerStyle
}, checks.map(function (check, i) {

@@ -1201,3 +1203,4 @@ return /*#__PURE__*/_react.default.createElement("div", {

return _onClick(check);
}
},
style: check.style
}, /*#__PURE__*/_react.default.createElement("div", {

@@ -1204,0 +1207,0 @@ className: "aio-button-checked-close"

{
"name": "aio-button",
"version": "4.2.1",
"version": "4.2.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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