@assecosolutions/fox-common-utils
Advanced tools
Comparing version 1.11.7 to 1.11.8-beta.0
{ | ||
"name": "@assecosolutions/fox-common-utils", | ||
"version": "1.11.7", | ||
"version": "1.11.8-beta.0", | ||
"public": true, | ||
"lib": { | ||
"entryFile": "index.ts" | ||
}, | ||
"publishConfig": { | ||
@@ -10,14 +13,14 @@ "registry": "https://registry.npmjs.org" | ||
"type": "git", | ||
"url": "ssh://git@github.com:assecosolutions/fox.git", | ||
"directory": "@assecosolutions/fox-common-utils" | ||
"url": "ssh://git@github.com:assecosolutions/fox.git" | ||
}, | ||
"author": "assecosolutions", | ||
"license": "MIT", | ||
"main": "./index.js", | ||
"module": "./index.js", | ||
"type": "module", | ||
"types": "./src/index.d.ts", | ||
"dependencies": {}, | ||
"module": "./index.esm.js", | ||
"type": "module", | ||
"main": "./index.esm.js", | ||
"peerDependencies": { | ||
"lodash-es": "^4.17.21" | ||
"lodash-es": "4.17.21" | ||
} | ||
} |
@@ -0,0 +0,0 @@ export * from './lib/strict-mode'; |
import { UnknownRecord } from './strict-mode'; | ||
export declare const dynamicContentExecutor: (str: string, obj: UnknownRecord) => string; | ||
export declare const valueByPath: (item: UnknownRecord, path: string) => string; |
export declare const enrichElementByValuePath: (element: any, item: any) => any; |
@@ -0,0 +0,0 @@ export interface CustomComponentEventData<T, E extends HTMLElement | void = void> { |
@@ -0,0 +0,0 @@ /** |
export * from './object-visitor'; | ||
export * from './object-visitor.model'; |
@@ -0,5 +1,5 @@ | ||
import { UnknownRecord } from '../strict-mode'; | ||
import { KeysOfOpts, FlattenOpts, ObjectVisitorOpts } from './object-visitor.model'; | ||
import { UnknownRecord } from '../strict-mode'; | ||
export declare const keysOf: (value: unknown, opts?: KeysOfOpts) => Array<string>; | ||
export declare const flatten: (object: UnknownRecord, opts?: FlattenOpts) => UnknownRecord; | ||
export declare const visitObject: (value: unknown, parentKey: string | null | undefined, opts: ObjectVisitorOpts, visitFn: (key: string, value: unknown) => void) => void; |
@@ -0,0 +0,0 @@ export type KeysOfOpts = ObjectVisitorOpts; |
@@ -0,0 +0,0 @@ export declare function hasOverflow(element: HTMLElement): boolean; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { Nil, Primitive } from './types'; |
@@ -0,0 +0,0 @@ export * from './assert'; |
export interface HasId { | ||
_id: string; | ||
} |
@@ -0,0 +0,0 @@ export type Nil = null | undefined; |
export declare const isEmpty: (value: unknown) => boolean; | ||
export declare const isNotEmpty: (value: unknown) => boolean; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
92784
19
2278
2