New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@apify/utilities

Package Overview
Dependencies
Maintainers
10
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apify/utilities - npm Package Compare versions

Comparing version 2.9.1 to 2.9.2

1

index.js

@@ -167,3 +167,2 @@ "use strict";

return {
// eslint-disable-next-line no-underscore-dangle
_betterClearInterval() {

@@ -170,0 +169,0 @@ isRunning = false;

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc