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.3.0 to 1.3.1

6

lib/elements/Input/Input.js

@@ -53,2 +53,4 @@ /**

{...other}
id={id}
name={name}
classes={combinedClasses}

@@ -58,3 +60,5 @@ tag="select"

>
{Object.keys(options).map((keyName, keyIndex) => <option key={keyIndex} value={keyName}>{options[keyName]}</option>)};
{Object.keys(options).map((keyName, keyIndex) =>
<option key={keyIndex} value={keyName}>{options[keyName]}</option>
)}
</Common>

@@ -61,0 +65,0 @@ </div>

2

package.json
{
"name": "@the-control-group/ui",
"version": "1.3.0",
"version": "1.3.1",
"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