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

@hixme-ui/checkbox

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hixme-ui/checkbox - npm Package Compare versions

Comparing version 1.20.0 to 2.0.0-alpha.0

2

lib/StyledLabel.js

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

}, function (props) {
return props.disabled ? _theme2.default.colors.lighter : _theme2.default.colors.default;
return props.disabled ? _theme2.default.colors.light : _theme2.default.colors.grey30;
});

@@ -29,0 +29,0 @@

{
"name": "@hixme-ui/checkbox",
"version": "1.20.0",
"version": "2.0.0-alpha.0",
"description": "hixme-ui Checkbox component",

@@ -81,3 +81,3 @@ "publishConfig": {

"dependencies": {
"@hixme-ui/theme": "^1.20.0",
"@hixme-ui/theme": "^2.0.0-alpha.0",
"react-animations": "^1.0.0",

@@ -84,0 +84,0 @@ "react-maskedinput": "^4.0.0",

@@ -7,3 +7,3 @@ import styled from 'styled-components'

display: inline-block;
color: ${props => (props.disabled ? theme.colors.lighter : theme.colors.default)};
color: ${props => (props.disabled ? theme.colors.light : theme.colors.grey30)};
margin: 0 0 0 16px;

@@ -10,0 +10,0 @@ vertical-align: top;

Sorry, the diff of this file is not supported yet

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