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

@alfalab/core-components

Package Overview
Dependencies
Maintainers
12
Versions
800
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfalab/core-components - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

button/Component.js

@@ -22,3 +22,3 @@ "use strict";

if (href) {
return (react_1.default.createElement("a", Object.assign({}, componentProps, restProps, { ref: ref }), buttonChildren));
return (react_1.default.createElement("a", Object.assign({}, componentProps, restProps, { href: href, ref: ref }), buttonChildren));
}

@@ -25,0 +25,0 @@ return (

{
"name": "@alfalab/core-components",
"version": "1.1.3",
"version": "1.1.4",
"license": "ISC",

@@ -5,0 +5,0 @@ "repository": {

@@ -31,5 +31,5 @@ "use strict";

react_1.default.createElement("span", { className: index_module_css_1.default.switch }),
(label || hint) && (react_1.default.createElement("div", { className: index_module_css_1.default.content },
(label || hint) && (react_1.default.createElement("span", { className: index_module_css_1.default.content },
label && react_1.default.createElement("span", { className: index_module_css_1.default.label }, label),
hint && react_1.default.createElement("span", { className: index_module_css_1.default.hint }, hint)))));
};
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