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
33
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 3.0.11 to 3.0.12

yarn.lock

4

dist/button.js

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

var Button = /*#__PURE__*/(0, _reactEmotion2.default)('button', {
target: 'css-h2n42k0'
target: 'css-1fmgn0f0'
})('line-height:', function (_ref) {

@@ -68,3 +68,3 @@ var pill = _ref.pill;

return pill ? '' : 'uppercase';
}, ';background-color:', _styleHelpers.fetchBackgroundColor, ';color:', _styleHelpers.getTextColor, ';border:0.1rem solid ', _styleHelpers.fetchBorderColor, ';border-radius:0.2rem;position:relative;cursor:pointer;min-width:5rem;font-family:\'Open Sans\';letter-spacing:0.03em;outline:none;white-space:nowrap;display:flex;jusitfy-content:center;align-items:center;&:hover{box-shadow:', function (_ref7) {
}, ';background-color:', _styleHelpers.fetchBackgroundColor, ';color:', _styleHelpers.getTextColor, ';border:0.1rem solid ', _styleHelpers.fetchBorderColor, ';border-radius:0.2rem;position:relative;cursor:pointer;min-width:5rem;font-family:\'Open Sans\';letter-spacing:0.03em;outline:none;white-space:nowrap;display:flex;justify-content:center;align-items:center;&:hover{box-shadow:', function (_ref7) {
var type = _ref7.type;

@@ -71,0 +71,0 @@ return type === _types.TEXT ? 'none' : '0 0.4rem 0.8rem rgba(0,0,0,.2)';

{
"name": "@eaze/button",
"version": "3.0.11",
"version": "3.0.12",
"description": "Button component",

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

@@ -36,3 +36,3 @@ import React, { PureComponent } from 'react'

display: flex;
jusitfy-content: center;
justify-content: center;
align-items: center;

@@ -39,0 +39,0 @@

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