Socket
Socket
Sign inDemoInstall

domql

Package Overview
Dependencies
Maintainers
2
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domql - npm Package Compare versions

Comparing version 1.6.32 to 1.6.33

2

package.json
{
"name": "domql",
"description": "DOM rendering Javascript framework at early stage.",
"version": "1.6.32",
"version": "1.6.33",
"repository": "https://github.com/domql/domql",

@@ -6,0 +6,0 @@ "publishConfig": {

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

// Assign parent attr to the element
element.parent = parent
if (!options.ignoreChildExtend) {

@@ -41,4 +40,9 @@ if (props && props.ignoreChildExtend) return

// if (parent.childExtendRecursive && (props && !props.ignoreChildExtendRecursive)) {
if (parent.childExtendRecursive) {
const canExtendRecursive = props && !props.ignoreChildExtendRecursive && element.key !== '__text'
if (!canExtendRecursive) return
const childExtendRecursiveStack = getExtendStack(parent.childExtendRecursive)
// add error if childExtendRecursive contains element which goes to infinite loop
childExtendStack = childExtendStack.concat(childExtendRecursiveStack)

@@ -45,0 +49,0 @@ element.childExtendRecursive = parent.childExtendRecursive

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