@domql/utils
Advanced tools
Comparing version 2.3.117 to 2.3.118
@@ -46,2 +46,3 @@ "use strict"; | ||
var import_types = require("./types.js"); | ||
var import_array = require("./array.js"); | ||
const exec = (param, element, state, context) => { | ||
@@ -123,3 +124,3 @@ if ((0, import_types.isFunction)(param)) { | ||
if (prop === "extend" && (0, import_types.isArray)(objProp)) { | ||
objProp = mergeArray(objProp); | ||
objProp = (0, import_array.mergeArray)(objProp); | ||
} | ||
@@ -126,0 +127,0 @@ if ((0, import_types.isObjectLike)(objProp)) { |
@@ -5,2 +5,3 @@ 'use strict' | ||
import { isFunction, isObjectLike, isObject, isArray, isString, is } from './types.js' | ||
import { mergeArray } from './array.js' | ||
@@ -7,0 +8,0 @@ |
{ | ||
"name": "@domql/utils", | ||
"version": "2.3.117", | ||
"version": "2.3.118", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "type": "module", | ||
}, | ||
"gitHead": "a6da9bf1846e4a1e26017978cf52112b9d61d484", | ||
"gitHead": "51d72040aa837fc2b93e7699277750797af276f1", | ||
"devDependencies": { | ||
@@ -29,0 +29,0 @@ "@babel/core": "^7.12.0" |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
37179
1114
0