Socket
Socket
Sign inDemoInstall

@amalto/action-button

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/action-button - npm Package Compare versions

Comparing version 1.10.2 to 1.10.3

1

index.d.ts

@@ -6,2 +6,3 @@ import * as React from 'react';

iconClass?: string;
id?: string;
colorClass?: string;

@@ -8,0 +9,0 @@ disabled?: boolean;

2

index.js

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

}
return (React.createElement("span", { className: (0, classnames_1.default)('action-icon-button', this.props.btnClass, {
return (React.createElement("span", { id: this.props.id, className: (0, classnames_1.default)('action-icon-button', this.props.btnClass, {
disabled: this.props.disabled,

@@ -62,0 +62,0 @@ }), onClick: handleClick, "data-toggle": "tooltip", "data-original-title": this.props.disabled

@@ -5,3 +5,3 @@ {

"description": "Customizable action button.",
"version": "1.10.2",
"version": "1.10.3",
"license": "MIT",

@@ -96,3 +96,3 @@ "repository": {

},
"gitHead": "a87742b703485c14b97afde4c060f6d8e4a84089"
"gitHead": "10b7a33ba2173689457ac4b478453597a0d16a66"
}

Sorry, the diff of this file is not supported yet

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