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.9.4 to 1.9.5

10

lib/elements/PasswordInput/PasswordInput.js

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

id,
label,
...other

@@ -50,4 +51,7 @@ }) => {

<Fragment>
<Label htmlFor={other.id}>Password</Label>
{!!label &&
<Label htmlFor={other.id}>
{label}
</Label>
}

@@ -85,2 +89,3 @@ <Common

name: PropTypes.string.isRequired,
label: PropTypes.string.isRequired,
id: PropTypes.string

@@ -90,2 +95,1 @@ };

export default PasswordInput;
{
"name": "@the-control-group/ui",
"version": "1.9.4",
"version": "1.9.5",
"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