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

react-ui-validations

Package Overview
Dependencies
Maintainers
3
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ui-validations - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.8.3](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.8.2...react-ui-validations@1.8.3) (2022-05-04)
**Note:** Version bump only for package react-ui-validations
## [1.8.2](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.8.1...react-ui-validations@1.8.2) (2022-04-25)

@@ -8,0 +16,0 @@

5

index.js

@@ -151,2 +151,3 @@ 'use strict';

/* eslint-disable react/display-name */
function tooltip(pos) {

@@ -165,3 +166,3 @@ return function (control, hasError, validation) {

if (pos === 'right') {
return function (control, hasError, validation) {
return function (control, _hasError, validation) {
return (React__default["default"].createElement("span", { style: { display: 'inline-block' } },

@@ -172,3 +173,3 @@ control,

}
return function (control, hasError, validation) {
return function (control, _hasError, validation) {
return (React__default["default"].createElement("span", { style: { position: 'relative', display: 'inline-block' } },

@@ -175,0 +176,0 @@ control,

2

package.json
{
"name": "react-ui-validations",
"version": "1.8.2",
"version": "1.8.3",
"description": "Validations for @skbkontur/react-ui",

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

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