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
0
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.16.0 to 1.16.1

11

CHANGELOG.md

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

## [1.16.1](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.16.0...react-ui-validations@1.16.1) (2024-07-05)
### Bug Fixes
* **validations:** fix NonNullable type ([#3460](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/issues/3460)) ([666cc42](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/commit/666cc4276309eef304f66d945d33d1423f231967))
# [1.16.0](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.15.1...react-ui-validations@1.16.0) (2024-06-17)

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

2

index.d.ts

@@ -279,3 +279,3 @@ // Generated by dts-bundle v0.7.3

type NonNullableRecursive<T> = {
[K in keyof T]: T[K] extends Record<string, unknown> ? NonNullable<NonNullableRecursive<T[K]>> : NonNullable<T[K]>;
[K in keyof T]-?: T[K] extends Record<string, unknown> ? NonNullable<NonNullableRecursive<T[K]>> : NonNullable<T[K]>;
};

@@ -282,0 +282,0 @@ export type LambdaPath<T, TChild> = (x: NonNullable<NonNullableRecursive<T>>) => TChild;

{
"name": "react-ui-validations",
"version": "1.16.0",
"version": "1.16.1",
"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