Socket
Socket
Sign inDemoInstall

@domql/element

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/element - npm Package Compare versions

Comparing version 2.5.98 to 2.5.99

10

create.js

@@ -312,7 +312,7 @@ 'use strict'

// set the PATH array
if (ENV === 'test' || ENV === 'development') {
if (!parentRef) parentRef = parent.ref = {}
if (!parentRef.__path) parentRef.__path = []
ref.__path = parentRef.__path.concat(element.key)
}
// if (ENV === 'test' || ENV === 'development') {
if (!parentRef) parentRef = parent.ref = {}
if (!parentRef.__path) parentRef.__path = []
ref.__path = parentRef.__path.concat(element.key)
// }
}

@@ -319,0 +319,0 @@

@@ -242,9 +242,7 @@ "use strict";

ref.root = hasRoot ? element : parentRef.root;
if (ENV === "test" || ENV === "development") {
if (!parentRef)
parentRef = parent.ref = {};
if (!parentRef.__path)
parentRef.__path = [];
ref.__path = parentRef.__path.concat(element.key);
}
if (!parentRef)
parentRef = parent.ref = {};
if (!parentRef.__path)
parentRef.__path = [];
ref.__path = parentRef.__path.concat(element.key);
};

@@ -251,0 +249,0 @@ const onlyResolveExtends = (element, parent, key, options) => {

{
"name": "@domql/element",
"version": "2.5.98",
"version": "2.5.99",
"license": "MIT",

@@ -34,3 +34,3 @@ "type": "module",

},
"gitHead": "6318fa362595b70f826d48c5eb8fffbc2a6a5443",
"gitHead": "831c32c658ca5d64665f59f10520ce2a3408d76f",
"devDependencies": {

@@ -37,0 +37,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