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

@apify/utilities

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.4 to 2.9.5

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

var __hasOwnProp = Object.prototype.hasOwnProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });

@@ -31,2 +32,6 @@ var __export = (target, all) => {

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var __publicField = (obj, key, value) => {
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
return value;
};

@@ -1387,2 +1392,3 @@ // src/index.ts

super(...args);
__publicField(this, "error");
this.error = error;

@@ -1444,2 +1450,8 @@ }

this.options = options;
__publicField(this, "checks");
__publicField(this, "redisPrefix");
__publicField(this, "redisTtlSecs");
__publicField(this, "checkTimeoutMillis");
__publicField(this, "mongoDbWriteTestCollection");
__publicField(this, "mongoDbWriteTestRemoveOlderThanSecs");
const {

@@ -1538,3 +1550,3 @@ checks,

__name(_HealthChecker, "HealthChecker");
_HealthChecker.CHECK_TYPES = CHECK_TYPES;
__publicField(_HealthChecker, "CHECK_TYPES", CHECK_TYPES);
var HealthChecker = _HealthChecker;

@@ -1547,3 +1559,3 @@

super(...arguments);
this.pendingChunk = null;
__publicField(this, "pendingChunk", null);
}

@@ -1652,4 +1664,5 @@ parseLineAndEmitObject(line) {

this.context = context;
this.payload = this.template;
this.replacedVariables = [];
__publicField(this, "payload");
__publicField(this, "replacedVariables", []);
this.payload = template;
}

@@ -1930,4 +1943,4 @@ /**

__name(_CodeHashManager, "CodeHashManager");
_CodeHashManager.SECTION_SEPARATOR = ".";
_CodeHashManager.VERSION = 1;
__publicField(_CodeHashManager, "SECTION_SEPARATOR", ".");
__publicField(_CodeHashManager, "VERSION", 1);
var CodeHashManager = _CodeHashManager;

@@ -1934,0 +1947,0 @@ // Annotate the CommonJS export names for ESM import in node:

{
"name": "@apify/utilities",
"version": "2.9.4",
"version": "2.9.5",
"description": "Tools and constants shared across Apify projects.",

@@ -47,3 +47,3 @@ "main": "./index.js",

"@apify/consts": "^2.24.0",
"@apify/log": "^2.4.4"
"@apify/log": "^2.4.5"
},

@@ -53,3 +53,3 @@ "devDependencies": {

},
"gitHead": "74a0c6c3ab7ed305f895d28b15125200904a4d34"
"gitHead": "a1c913e88bba115f184b95356dfc6162bc2b523a"
}

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