New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@appello/common

Package Overview
Dependencies
Maintainers
3
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appello/common - npm Package Compare versions

Comparing version
4.1.0
to
4.2.0
+3
-1
dist/index.d.ts

@@ -70,2 +70,4 @@ import * as react from 'react';

declare const deepKeys: <TValue extends object>(value: TValue) => string[];
declare const deepMergeObjects: <T extends object>(target: T, source: unknown) => T;

@@ -350,3 +352,3 @@

export { AwsImageService, capitalize, checkIsServer, checkNavigator, compact, debounce, deepEqual, deepMergeObjects, difference, entries, enumKeyToReadable, enumToSelectOptions, formatCurrency, formatNumber, getDirtyValues, getFileExtension, getFileName, getProto, getWeekdaysNames, intersection, isArray, isBlob, isDate, isEmpty, isFile, isFloat, isFunction, isInt, isNil, isNumber, isObject, isPrimitive, isPromise, isString, isSymbol, keys, makeFormData, makeQueryString, mapFormData, mergeCollectionByKey, noop, omit, pick, pluralize, sleep, throttle, toBase64, toFinite, truncate, uniq, useCodeTimer, useCombinedRef, useDebounceCallback, useDebounceEffect, useDefault, useFirstMountState, useHookFormPersist, useInterval, useIsClient, useIsMounted, useLatest, useManualUpdate, useMemoCallback, useMountEffect, usePrevious, useQueryParamsBuilder, useSelectOptions, useStateObject, useStep, useSwitchValue, useUnmountEffect, useUpdateEffect };
export { AwsImageService, capitalize, checkIsServer, checkNavigator, compact, debounce, deepEqual, deepKeys, deepMergeObjects, difference, entries, enumKeyToReadable, enumToSelectOptions, formatCurrency, formatNumber, getDirtyValues, getFileExtension, getFileName, getProto, getWeekdaysNames, intersection, isArray, isBlob, isDate, isEmpty, isFile, isFloat, isFunction, isInt, isNil, isNumber, isObject, isPrimitive, isPromise, isString, isSymbol, keys, makeFormData, makeQueryString, mapFormData, mergeCollectionByKey, noop, omit, pick, pluralize, sleep, throttle, toBase64, toFinite, truncate, uniq, useCodeTimer, useCombinedRef, useDebounceCallback, useDebounceEffect, useDefault, useFirstMountState, useHookFormPersist, useInterval, useIsClient, useIsMounted, useLatest, useManualUpdate, useMemoCallback, useMountEffect, usePrevious, useQueryParamsBuilder, useSelectOptions, useStateObject, useStep, useSwitchValue, useUnmountEffect, useUpdateEffect };
export type { AnyFunction, AnyObject, AnyPromise, AsyncReturnType, AwsImageServiceProps, AwsImageServiceResizeOptions, AwsImageServiceSmartCropOptions, DebounceOptions$1 as DebounceOptions, ElementType, FirstArgument, FormPersistProps, Merge, Negative, Nillable, NotNillable, NotNullable, Nullable, OptionalKeys, PartialDeep, PartialRecord, PromiseType, RequiredKeys, ResponseErrors, ThrottleOptions, Unidentifiable, UnknownFunction, ValueOf };
{
"name": "@appello/common",
"version": "4.1.0",
"version": "4.2.0",
"author": "Appello Software",

@@ -5,0 +5,0 @@ "description": "Common package with many useful features for web and mobile development",

@@ -109,3 +109,4 @@ # Common frontend library of components for web and mobile environmental

| enumToSelectOptions | Converts an enum or enum-like object into an array of select options | [`enumToSelectOptions`](./src/utils/enumToSelectOptions/enumToSelectOptions.md) |
| deepKeys | Returns all key paths in an object | [`deepKeys`](./src/utils/deepKeys/deepKeys.md) |
---

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

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