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

@domql/utils

Package Overview
Dependencies
Maintainers
3
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/utils - npm Package Compare versions

Comparing version 2.3.26 to 2.3.27

LICENSE

2

object.js

@@ -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"
}
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