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

@the-control-group/ui

Package Overview
Dependencies
Maintainers
1
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.10.1 to 1.10.2

22

lib/elements/Input/Input.js

@@ -126,2 +126,24 @@ /**

if(type === 'email') {
return (
<Fragment>
{label &&
<Label htmlFor={other.id}>
{label}
</Label>
}
<Common
{...other}
value={value}
classes={combinedClasses}
tag="textarea"
name={name}
id={id}
rows={rows || 4}
/>
</Fragment>
);
}
return (

@@ -128,0 +150,0 @@ <Fragment>

2

package.json
{
"name": "@the-control-group/ui",
"version": "1.10.1",
"version": "1.10.2",
"description": "UI kit based on ReactJS for TCG projects",

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

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