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

@the-control-group/ui

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-control-group/ui - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

9

lib/elements/Input/Input.js

@@ -27,2 +27,3 @@ /**

options = {},
bare,
...other

@@ -32,3 +33,6 @@ }) => {

'ui-input',
other.classes
other.classes,
{
bare
}
);

@@ -45,3 +49,3 @@

<div className="ui-select-wrap">
<div className={classNames('ui-select-wrap', { bare })}>
<Common

@@ -90,2 +94,3 @@ {...other}

]),
bare: PropTypes.bool,
/** Placeholder for input */

@@ -92,0 +97,0 @@ placeholder: PropTypes.string,

{
"name": "@the-control-group/ui",
"version": "1.2.3",
"version": "1.2.4",
"description": "UI kit based on ReactJS for TCG projects",

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

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