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

cf-component-button

Package Overview
Dependencies
Maintainers
8
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 2.2.0 to 2.2.1

2

lib/Button.js

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

// Unless the disabled state is explicitly set, the button is disabled when loading.
var isDisabled = disabled ? loading : disabled;
var isDisabled = (disabled !== undefined ? disabled : loading) || false;

@@ -21,0 +21,0 @@ return React.createElement(

{
"name": "cf-component-button",
"description": "CloudFlare Button Component",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "author": "James Kyle <jkyle@cloudflare.com>",

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