Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

domql

Package Overview
Dependencies
Maintainers
1
Versions
290
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.5.10 to 1.5.11

2

package.json

@@ -6,3 +6,3 @@ {

"author": "rackai",
"version": "1.5.10",
"version": "1.5.11",
"repository": "https://github.com/rackai/domql",

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

@@ -41,3 +41,3 @@ 'use strict'

element = {
component: assignedKey,
extend: assignedKey,
props: element

@@ -133,2 +133,5 @@ }

// enable CHANGES storing
if (!element.__children) element.__children = []
// Add _root element property

@@ -167,2 +170,4 @@ const hasRoot = parent.parent && parent.parent.key === ':root'

if (parent.__children) parent.__children.push(element.key)
return element

@@ -169,0 +174,0 @@ }

@@ -14,3 +14,4 @@ 'use strict'

while (parent.key !== key) {
while (parent.key !== key){
if (parent[key]) return parent[key]
parent = parent.parent

@@ -17,0 +18,0 @@ if (!parent) return

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

__ifFragment: {},
__children: {},
__ifFalsy: {},

@@ -43,0 +44,0 @@ __text: {},

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