Socket
Socket
Sign inDemoInstall

domql

Package Overview
Dependencies
1
Maintainers
1
Versions
260
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.16 to 1.4.17

2

package.json

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

"author": "rackai",
"version": "1.4.16",
"version": "1.4.17",
"repository": "https://github.com/rackai/domql",

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

@@ -17,2 +17,4 @@ 'use strict'

if (matchParent && props !== 'match') propsStack.push(matchParent)
if (isObject(props)) {

@@ -27,3 +29,2 @@ propsStack.push(props)

if (hasArg[1] && parent.props[hasArg[1]]) {
console.log('hasArg[1]', hasArg[1])
const secondArgasParentMatchProp = parent.props[hasArg[1]]

@@ -41,4 +42,2 @@ propsStack.push(

if (matchParent && props !== 'match') propsStack.push(matchParent)
if (isArray(element.__proto)) {

@@ -45,0 +44,0 @@ element.__proto.map(proto => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc