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.23 to 2.3.24

3

object.js

@@ -28,3 +28,2 @@ 'use strict'

export const deepMerge = (element, extend) => {
// console.groupCollapsed('deepMerge:')
for (const e in extend) {

@@ -41,3 +40,2 @@ const elementProp = element[e]

}
// console.groupEnd('deepMerge:')
return element

@@ -81,3 +79,2 @@ }

export const deepStringify = (obj, stringified = {}) => {
console.log(obj)
for (const prop in obj) {

@@ -84,0 +81,0 @@ const objProp = obj[prop]

5

package.json
{
"name": "@domql/utils",
"version": "2.3.23",
"version": "2.3.24",
"main": "index.js",
"module": "index.js",
"license": "MIT",

@@ -10,3 +11,3 @@ "dependencies": {

},
"gitHead": "3757666fe613ef00cbdf7d020da4b27c8bf3fb54"
"gitHead": "1b912f1758896a2721daf5fed681290833ee9a4d"
}
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