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.4.2 to 1.4.3

11

CHANGELOG.md

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

## [1.4.3](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.4.2...react-ui-validations@1.4.3) (2021-06-09)
### Bug Fixes
* **react-ui-validations:** fix lostfocus validation after first render ([ce56422](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/commit/ce56422bcb258afecc031a61708bdf3507b3e68b))
## [1.4.2](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.4.1...react-ui-validations@1.4.2) (2021-05-12)

@@ -8,0 +19,0 @@

3

index.js

@@ -498,2 +498,5 @@ 'use strict';

}
if (from(null) && to('lostfocus')) {
return null;
}
if (to('lostfocus')) {

@@ -500,0 +503,0 @@ return actual;

4

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

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

"react-dom": ">=16.9",
"retail-ui": ">=0.53.7 <3.0.0"
"retail-ui": ">=0.53.7"
},

@@ -23,0 +23,0 @@ "dependencies": {

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