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.117 to 2.3.118

3

dist/cjs/object.js

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

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