@apify/utilities
Advanced tools
Comparing version 2.9.1 to 2.9.2
@@ -167,3 +167,2 @@ "use strict"; | ||
return { | ||
// eslint-disable-next-line no-underscore-dangle | ||
_betterClearInterval() { | ||
@@ -170,0 +169,0 @@ isRunning = false; |
{ | ||
"name": "@apify/utilities", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -46,4 +46,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@apify/consts": "^2.21.0", | ||
"@apify/log": "^2.4.1" | ||
"@apify/consts": "^2.22.0", | ||
"@apify/log": "^2.4.2" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ad632067cd6c6d864477f5ecad02682818ee39b8" | ||
"gitHead": "21d32adc11f053bfd319589dff8115b2b36c7da6" | ||
} |
@@ -75,3 +75,3 @@ /*! | ||
*/ | ||
export declare function traverseObject(obj: Record<string, any>, clone: boolean, transformFunc: (key: string, value: unknown) => [string, unknown]): Record<string, any>; | ||
export declare function traverseObject(obj: Record<string, any>, clone: boolean, transformFunc: (key: string, value: unknown) => [string, unknown]): any[] | Record<string, any>; | ||
/** | ||
@@ -86,3 +86,3 @@ * Transforms an object so that it can be stored to MongoDB or serialized to BSON. | ||
*/ | ||
export declare function escapeForBson(obj: Record<string, any>, clone?: boolean): Record<string, any>; | ||
export declare function escapeForBson(obj: Record<string, any>, clone?: boolean): any[] | Record<string, any>; | ||
/** | ||
@@ -89,0 +89,0 @@ * Reverts a transformation of object property names performed by escapeForBson(). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
330710
4435
1
Updated@apify/consts@^2.22.0
Updated@apify/log@^2.4.2