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

@s-ui/react-atom-input

Package Overview
Dependencies
Maintainers
3
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-atom-input - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.1.0"></a>
# 2.1.0 (2018-12-04)
### Features
* shared styles and tabIndex ([248579a](https://github.com/SUI-Components/sui-components/commit/248579a))
<a name="2.0.0"></a>

@@ -7,0 +17,0 @@ # 2.0.0 (2018-11-22)

11

lib/Input/Component/index.js

@@ -126,3 +126,4 @@ 'use strict';

value = _props.value,
charsSize = _props.charsSize;
charsSize = _props.charsSize,
tabIndex = _props.tabIndex;

@@ -139,2 +140,3 @@

}),
tabIndex: tabIndex,
checked: checked,

@@ -197,3 +199,5 @@ disabled: disabled || readOnly,

/** Wether to hide the input border or not */
noBorder: _propTypes2.default.bool
noBorder: _propTypes2.default.bool,
/** tabindex value */
tabIndex: _propTypes2.default.number
} : {} : {};

@@ -203,3 +207,4 @@

size: SIZES.MEDIUM,
onEnterKey: 'Enter'
onEnterKey: 'Enter',
tabIndex: -1
};

@@ -206,0 +211,0 @@

{
"name": "@s-ui/react-atom-input",
"version": "2.0.0",
"version": "2.1.0",
"description": "",

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

Sorry, the diff of this file is not supported yet

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