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

cf-component-button

Package Overview
Dependencies
Maintainers
17
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 6.1.4 to 6.1.5

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="6.1.5"></a>
## [6.1.5](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-button@6.1.4...cf-component-button@6.1.5) (2017-09-27)
**Note:** Version bump only for package cf-component-button
<a name="6.1.4"></a>

@@ -8,0 +16,0 @@ ## [6.1.4](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-button@6.1.3...cf-component-button@6.1.4) (2017-09-25)

2

package.json
{
"name": "cf-component-button",
"description": "Cloudflare Button Component",
"version": "6.1.4",
"version": "6.1.5",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.js",

@@ -6,5 +6,8 @@ # cf-component-button

## Installation
Installation with yarn is recommended
```sh
$ npm install cf-component-button
$ yarn add cf-component-button
```

@@ -39,2 +42,12 @@

</Button>
<Button type="dangerOutline" onClick={() => console.log('Clicked Six!')}>
Button Six
</Button>
<Button
type="default"
loading
onClick={() => console.log('Clicked Loading!')}
>
Button Seven
</Button>
</ButtonGroup>

@@ -45,2 +58,5 @@ </div>

export default ButtonComponent;
```
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