🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infomaximum/utility

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infomaximum/utility - npm Package Compare versions

Comparing version
9.1.2
to
9.2.0
+7
-0
CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [9.2.0](https://github.com/Infomaximum/frontend-utility/compare/v9.1.2...v9.2.0) (2025-12-29)
### Features
* добавлена константа с X-Request-Id ([280b467](https://github.com/Infomaximum/frontend-utility/commit/280b467b4101f19ad9444e706f2e1f9f59a040a2))
### [9.1.2](https://github.com/Infomaximum/frontend-utility/compare/v9.1.1...v9.1.2) (2025-05-12)

@@ -7,0 +14,0 @@

+1
-0

@@ -9,2 +9,3 @@ export declare const TestIdAttr = "test-id";

export declare const XTraceIdHeaderKey = "X-Trace-Id";
export declare const XRequestIdHeaderKey = "X-Request-Id";
export declare enum EHttpCodes {

@@ -11,0 +12,0 @@ ERROR = 0,

+2
-1

@@ -148,2 +148,3 @@ import forEach from 'lodash/forEach';

var XTraceIdHeaderKey = "X-Trace-Id";
var XRequestIdHeaderKey = "X-Request-Id";
var EHttpCodes;

@@ -1251,3 +1252,3 @@ (function (EHttpCodes) {

export { CancelRequest, CompactFormatConditions, DAY, DateFormats, Deferred, EDays, EHttpCodes, EKeyNames, EMonths, ENTER_CORRECT_EMAIL, EOperationType, EUserAgents, ErrorHandling, FIELD_EMPTY, FORMATTED_DURATION_DESCRIPTION_TYPE, Feature, FormCancelSymbol, FullFormatConditions, HOURS_ABBREVIATION, HOURS_LONG, HOURS_SHORT, HoursPerDay, InvalidIndex, Key, MILLION_SHORT, MINUTES_LONG, MINUTES_SHORT, MONTHS, MillisecondsPerDay, MillisecondsPerHour, MillisecondsPerMinute, MillisecondsPerSecond, MillisecondsPerWeek, MinutesPerDay, MinutesPerHour, MonthsPerYear, NetworkFailResendAttemptsCount, ResendDelays, SECONDS_LONG, SECONDS_SHORT, ScrollContainerClassName, SecondsPerDay, SecondsPerHour, SecondsPerMinute, SecondsPerWeek, ShortFormatConditions, THOUSAND_HOURS_SHORT, THOUSAND_SHORT, TaskManager, TestIdAttr, TestIdsUtils, TimeFormatConditions, WeekDays, XTraceIdHeaderKey, YEARS, alternatelyValidators, capitalizedShortFormat, ceilMillisecondsToHour, combineValidators, dayjsToServerObject, deferred, excelFormat, floorMillisecondsToHour, format, formatEnteredTime, formatTime, getAccessParameters, getClockTime, getCollapsedDateRangeLabel, getConvertedMsToHours, getDateServerObject, getDateTimeClockTime, getDayTime, getDurationDescription, getDurationInHours, getDurationTime, getFormattedDate, getFormattedDuration, getFormattedTime, getLocalDateServerObject, getLocalDateTimeServerObject, getLocalTimeServerObject, getLocalizedHours, getNullReplacedValue, getNullifyValue, getPadDigits, getSignFormattedTime, getTimeServerObject, getTimeZone, getUTCStartOfDay, getUtcOffset, graphqlTag, hashPassword, importAll, isValidEmailAndNotEmptyMemoize, isValidEmailMemoize, isValidNumberWithoutMessage, isValidTimepickersWithoutMessage, localeUpdate, notEmptyMemoize, notEmptyMemoizeWithCustomMessage, notEmptyMemoizeWithoutMessage, notEmptyTimepickersWithoutMessage, nullReplacedValue, promised, readOnlyAccess, requireAll, requireAllModels, roundToMinutes, runDfs, userAgent, utcTimestampToServerObject };
export { CancelRequest, CompactFormatConditions, DAY, DateFormats, Deferred, EDays, EHttpCodes, EKeyNames, EMonths, ENTER_CORRECT_EMAIL, EOperationType, EUserAgents, ErrorHandling, FIELD_EMPTY, FORMATTED_DURATION_DESCRIPTION_TYPE, Feature, FormCancelSymbol, FullFormatConditions, HOURS_ABBREVIATION, HOURS_LONG, HOURS_SHORT, HoursPerDay, InvalidIndex, Key, MILLION_SHORT, MINUTES_LONG, MINUTES_SHORT, MONTHS, MillisecondsPerDay, MillisecondsPerHour, MillisecondsPerMinute, MillisecondsPerSecond, MillisecondsPerWeek, MinutesPerDay, MinutesPerHour, MonthsPerYear, NetworkFailResendAttemptsCount, ResendDelays, SECONDS_LONG, SECONDS_SHORT, ScrollContainerClassName, SecondsPerDay, SecondsPerHour, SecondsPerMinute, SecondsPerWeek, ShortFormatConditions, THOUSAND_HOURS_SHORT, THOUSAND_SHORT, TaskManager, TestIdAttr, TestIdsUtils, TimeFormatConditions, WeekDays, XRequestIdHeaderKey, XTraceIdHeaderKey, YEARS, alternatelyValidators, capitalizedShortFormat, ceilMillisecondsToHour, combineValidators, dayjsToServerObject, deferred, excelFormat, floorMillisecondsToHour, format, formatEnteredTime, formatTime, getAccessParameters, getClockTime, getCollapsedDateRangeLabel, getConvertedMsToHours, getDateServerObject, getDateTimeClockTime, getDayTime, getDurationDescription, getDurationInHours, getDurationTime, getFormattedDate, getFormattedDuration, getFormattedTime, getLocalDateServerObject, getLocalDateTimeServerObject, getLocalTimeServerObject, getLocalizedHours, getNullReplacedValue, getNullifyValue, getPadDigits, getSignFormattedTime, getTimeServerObject, getTimeZone, getUTCStartOfDay, getUtcOffset, graphqlTag, hashPassword, importAll, isValidEmailAndNotEmptyMemoize, isValidEmailMemoize, isValidNumberWithoutMessage, isValidTimepickersWithoutMessage, localeUpdate, notEmptyMemoize, notEmptyMemoizeWithCustomMessage, notEmptyMemoizeWithoutMessage, notEmptyTimepickersWithoutMessage, nullReplacedValue, promised, readOnlyAccess, requireAll, requireAllModels, roundToMinutes, runDfs, userAgent, utcTimestampToServerObject };
//# sourceMappingURL=index.esm.js.map

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

var XTraceIdHeaderKey = "X-Trace-Id";
var XRequestIdHeaderKey = "X-Request-Id";
exports.EHttpCodes = void 0;

@@ -1310,2 +1311,3 @@ (function (EHttpCodes) {

exports.WeekDays = WeekDays;
exports.XRequestIdHeaderKey = XRequestIdHeaderKey;
exports.XTraceIdHeaderKey = XTraceIdHeaderKey;

@@ -1312,0 +1314,0 @@ exports.YEARS = YEARS;

{
"name": "@infomaximum/utility",
"version": "9.1.2",
"version": "9.2.0",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.esm.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display