@domql/utils
Advanced tools
Comparing version 2.3.26 to 2.3.27
@@ -52,3 +52,3 @@ 'use strict' | ||
// Clone anything deeply but exclude keys given in 'exclude' | ||
export const deepCloneExclude(obj, exclude = []) { | ||
export const deepCloneExclude = (obj, exclude = []) => { | ||
if (isArray(obj)) { | ||
@@ -55,0 +55,0 @@ return obj.map(x => deepCloneExclude(x, exclude)) |
{ | ||
"name": "@domql/utils", | ||
"version": "2.3.26", | ||
"version": "2.3.27", | ||
"main": "index.js", | ||
@@ -10,3 +10,4 @@ "module": "index.js", | ||
"@domql/tags": "latest" | ||
} | ||
}, | ||
"gitHead": "22e4a851426dd31e382efe5e3183d8326d04c80c" | ||
} |
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.
Found 1 instance in 1 package
10993
9
1