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 1.7.0 to 1.8.0

27

CHANGELOG.md

@@ -5,1 +5,28 @@ # Change Log

<a name="1.8.0"></a>
# 1.8.0 (2018-09-18)
### Features
* first commit with only Schibsted Spain Components ([c0814de](https://github.com/SUI-Components/sui-components/commit/c0814de))
* fixed FormInput loose focus onChange ([3624cd9](https://github.com/SUI-Components/sui-components/commit/3624cd9))
<a name="1.7.0"></a>
# 1.7.0 (2018-09-05)
### Features
* atomInput implementation ([ab16328](https://github.com/SUI-Components/sui-components/commit/ab16328))
* changes after code review feedback ([e307b6a](https://github.com/SUI-Components/sui-components/commit/e307b6a))
* major versions of dependencies ([9d91177](https://github.com/SUI-Components/sui-components/commit/9d91177))
* new component ([c6086f5](https://github.com/SUI-Components/sui-components/commit/c6086f5))
* propTypes ([32f7203](https://github.com/SUI-Components/sui-components/commit/32f7203))
* rename from FormInput to AtomInput ([6d1efec](https://github.com/SUI-Components/sui-components/commit/6d1efec))
* renaming from AtomInput to MoleculeInputField ([60d43aa](https://github.com/SUI-Components/sui-components/commit/60d43aa))

3

lib/Input/index.js

@@ -22,2 +22,4 @@ 'use strict';

var WithAddonComponent = (0, _Addon2.default)(_Component2.default);
exports.default = function (props) {

@@ -27,3 +29,2 @@ var leftAddon = props.leftAddon,

var WithAddonComponent = (0, _Addon2.default)(_Component2.default);
return leftAddon || rightAddon ? _react2.default.createElement(WithAddonComponent, props) : _react2.default.createElement(_Component2.default, props);

@@ -30,0 +31,0 @@ };

{
"name": "@s-ui/react-atom-input",
"version": "1.7.0",
"version": "1.8.0",
"description": "",

@@ -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