@applitools/utils
Advanced tools
+7
-0
| # Changelog | ||
| ## [1.14.0](https://github.com/Applitools-Dev/sdk/compare/js/utils@1.13.0...js/utils@1.14.0) (2025-11-19) | ||
| ### Features | ||
| * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225)) | ||
| ## [1.13.0](https://github.com/Applitools-Dev/sdk/compare/js/utils@1.12.0...js/utils@1.13.0) (2025-11-09) | ||
@@ -4,0 +11,0 @@ |
+1
-1
| { | ||
| "name": "@applitools/utils", | ||
| "version": "1.13.0", | ||
| "version": "1.14.0", | ||
| "keywords": [ | ||
@@ -5,0 +5,0 @@ "applitools", |
@@ -14,3 +14,3 @@ export declare function getEnvValue<T extends 'boolean' | 'number' | 'string' = 'string'>(name: string, type?: T): T extends 'boolean' ? boolean : T extends 'number' ? number : T extends 'string' ? string : string | undefined; | ||
| export declare function jwtDecode(token: string): Record<string, any>; | ||
| export declare function sleep(ms: number): Promise<unknown> | undefined; | ||
| export declare function sleep(ms: number): Promise<void>; | ||
| export declare function toJSON<TObject extends Record<PropertyKey, any>, TKey extends string, TProps extends Readonly<TKey[]>>(object: TObject, props: TProps): { | ||
@@ -17,0 +17,0 @@ [key in TProps[number]]: TObject[key] extends { |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
106425
0.3%2
-33.33%