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

@raiadrogasil/pulso-react-components

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raiadrogasil/pulso-react-components - npm Package Compare versions

Comparing version 2.3.0-alpha.2 to 2.3.0-alpha.3

2

Button/index.js

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

onMouseUp ? onMouseUp(event) : null;
}, disabled: disabled ? disabled : false, tabIndex: 0, autoFocus: autofocus ? autofocus : false, form: form ? form : undefined, formAction: formaction ? formaction : undefined, formEncType: formenctype ? formenctype : undefined, formMethod: formmethod ? formmethod : undefined, formNoValidate: formnovalidate ? formnovalidate : undefined, formTarget: formtarget ? formtarget : undefined, name: name ? name : undefined, type: buttonType ? buttonType : undefined, value: value ? value : undefined, "data-qa": dataQA ? dataQA : null, "data-collect": dataCollect ? dataCollect : null, "data-collect-info": dataCollectInfo ? dataCollectInfo : null, "data-testid": dataTestId ? dataTestId : null, size: size, buttonType: getButtonStyleType(type) }, type === "icon-only" ||
}, disabled: disabled ? disabled : false, tabIndex: 0, autoFocus: autofocus ? autofocus : false, form: form ? form : undefined, formAction: formaction ? formaction : undefined, formEncType: formenctype ? formenctype : undefined, formMethod: formmethod ? formmethod : undefined, formNoValidate: formnovalidate ? formnovalidate : undefined, formTarget: formtarget ? formtarget : undefined, name: name ? name : undefined, type: buttonType ? buttonType : undefined, value: value ? value : undefined, "data-qa": dataQA ? dataQA : null, "data-collect": dataCollect ? dataCollect : null, "data-collect-info": dataCollectInfo ? dataCollectInfo : null, "data-testid": dataTestId ? dataTestId : null, size: size, buttonType: getButtonStyleType(type), className: "pulso-button" }, type === "icon-only" ||
type === "secondary-icon-only" ||

@@ -115,0 +115,0 @@ type === "conversion-icon-only" ||

@@ -8,3 +8,3 @@ {

},
"version": "2.3.0-alpha.2",
"version": "2.3.0-alpha.3",
"main": "./index.js",

@@ -11,0 +11,0 @@ "keywords": [

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