New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eaze/button

Package Overview
Dependencies
Maintainers
24
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/button - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

2

package.json
{
"name": "@eaze/button",
"version": "0.0.19",
"version": "0.0.20",
"description": "Button component",

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

@@ -14,3 +14,3 @@ import React from 'react'

export const TEXT = 'TEXT'
export const SECONDARY = 'SECONDARY'
export const TRANSPARENT = 'TRANSPARENT'

@@ -40,2 +40,3 @@ export default function Button (props) {

text: type === TEXT,
transparent: type === TRANSPARENT,
inverted: inverted,

@@ -179,2 +180,8 @@ supersize: supersize,

.baseButton.transparent {
color: white;
background-color: transparent;
border: 0.1rem solid white;
}
.supersize {

@@ -181,0 +188,0 @@ font-weight: 900;

Sorry, the diff of this file is too big to display

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