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

@s-ui/react-molecule-input-field

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-molecule-input-field - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

25

CHANGELOG.md

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

<a name="1.2.0"></a>
# 1.2.0 (2018-09-18)
### Bug Fixes
* update AtomInput dependency ([5239b6b](https://github.com/SUI-Components/sui-components/commit/5239b6b))
### Features
* first commit with only Schibsted Spain Components ([c0814de](https://github.com/SUI-Components/sui-components/commit/c0814de))
<a name="1.1.0"></a>
# 1.1.0 (2018-09-05)
### Features
* renaming from AtomInput to MoleculeInputField ([60d43aa](https://github.com/SUI-Components/sui-components/commit/60d43aa))

7

lib/index.js

@@ -27,5 +27,5 @@ 'use strict';

var _reactFormInput = require('@s-ui/react-form-input');
var _reactAtomInput = require('@s-ui/react-atom-input');
var _reactFormInput2 = _interopRequireDefault(_reactFormInput);
var _reactAtomInput2 = _interopRequireDefault(_reactAtomInput);

@@ -49,3 +49,2 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var errorState = getErrorState(successText, errorText);
return _react2.default.createElement(

@@ -61,3 +60,3 @@ _reactMoleculeField2.default,

},
_react2.default.createElement(_reactFormInput2.default, (0, _extends3.default)({ id: id, errorState: errorState }, props))
_react2.default.createElement(_reactAtomInput2.default, (0, _extends3.default)({ id: id, errorState: errorState }, props))
);

@@ -64,0 +63,0 @@ };

{
"name": "@s-ui/react-molecule-input-field",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"@s-ui/component-dependencies": "1",
"@s-ui/react-form-input": "1",
"@s-ui/react-atom-input": "1",
"@s-ui/react-molecule-field": "1"

@@ -16,0 +16,0 @@ },

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