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

cf-component-button

Package Overview
Dependencies
Maintainers
18
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-button - npm Package Compare versions

Comparing version 5.7.0 to 5.7.1

2

es/Button.js

@@ -93,3 +93,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

color: props.loading ? theme.disabledBackground : theme[props.type + 'FocusColor'],
outline: props.loading ? 'none' : 'inherit',
outline: props.loading ? 'none' : undefined,
borderColor: props.loading ? theme.disabledBorder : theme[props.type + 'Border']

@@ -96,0 +96,0 @@ }

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

color: props.loading ? theme.disabledBackground : theme[props.type + 'FocusColor'],
outline: props.loading ? 'none' : 'inherit',
outline: props.loading ? 'none' : undefined,
borderColor: props.loading ? theme.disabledBorder : theme[props.type + 'Border']

@@ -110,0 +110,0 @@ }

{
"name": "cf-component-button",
"description": "Cloudflare Button Component",
"version": "5.7.0",
"version": "5.7.1",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/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