New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-fancy-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

react-fancy-button - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+1
-1
dist/FancyButton.js

@@ -106,3 +106,3 @@ 'use strict';

{ ref: 'fancyButtonWrapper', className: 'fancy-button-wrapper' },
disabled ? _react2.default.createElement('button', { ref: 'disabledButtonShim', className: 'fancy-button__disabled', onClick: this.onDisabledClick, onFocus: onFocus }) : null,
disabled ? _react2.default.createElement('button', { 'arial-label': ariaLabel || label, ref: 'disabledButtonShim', className: 'fancy-button__disabled', onClick: this.onDisabledClick, onFocus: onFocus }) : null,
_react2.default.createElement(

@@ -109,0 +109,0 @@ 'button',

{
"name": "react-fancy-button",
"version": "1.0.3",
"version": "1.0.4",
"description": "A button with a spinner that is triggered by a boolean",

@@ -5,0 +5,0 @@ "main": "./dist/FancyButton.js",

@@ -90,3 +90,3 @@ /**

return <div ref="fancyButtonWrapper" className="fancy-button-wrapper">
{ disabled ? <button ref='disabledButtonShim' className="fancy-button__disabled" onClick={this.onDisabledClick} onFocus={onFocus} /> : null }
{ disabled ? <button arial-label={ariaLabel || label} ref='disabledButtonShim' className="fancy-button__disabled" onClick={this.onDisabledClick} onFocus={onFocus} /> : null }
<button

@@ -93,0 +93,0 @@ ref="fancyButton"