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.15.0 to 1.15.1

11

CHANGELOG.md

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

## [1.15.1](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.15.0...react-ui-validations@1.15.1) (2024-05-22)
### Bug Fixes
* **Validation:** correct types ([#3423](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/issues/3423)) ([ad99c60](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/commit/ad99c60de80c7bd4388e18df1c635b05801a6693))
# [1.15.0](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.14.4...react-ui-validations@1.15.0) (2024-05-14)

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

11

index.d.ts

@@ -217,10 +217,6 @@ // Generated by dts-bundle v0.7.3

import React from 'react';
import { Nullable } from 'react-ui-validations/typings/Types';
export interface ValidationsFeatureFlags extends Record<string, Nullable<boolean>> {
validationsRemoveExtraSpans?: boolean;
fixedValidationTextColors?: boolean;
darkTheme?: boolean;
}
export type FeatureFlags = 'validationsRemoveExtraSpans' | 'fixedValidationTextColors' | 'darkTheme';
export type ValidationsFeatureFlags = Partial<Record<FeatureFlags, boolean>>;
export const validationsFeatureFlagsDefault: ValidationsFeatureFlags;
export const ValidationsFeatureFlagsContext: React.Context<ValidationsFeatureFlags>;
export const ValidationsFeatureFlagsContext: React.Context<Partial<Record<FeatureFlags, boolean>>>;
}

@@ -231,3 +227,2 @@

export const getFullValidationsFlagsContext: (flags: ValidationsFeatureFlags) => {
[x: string]: import("../../../typings/Types").Nullable<boolean>;
validationsRemoveExtraSpans?: boolean | undefined;

@@ -234,0 +229,0 @@ fixedValidationTextColors?: boolean | undefined;

{
"name": "react-ui-validations",
"version": "1.15.0",
"version": "1.15.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