Socket
Socket
Sign inDemoInstall

@domql/element

Package Overview
Dependencies
Maintainers
0
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.99 to 2.5.100

2

dist/cjs/methods/index.js

@@ -92,3 +92,3 @@ "use strict";

}
const lookdown2 = childElem.lookdown(param);
const lookdown2 = childElem == null ? void 0 : childElem.lookdown(param);
if (lookdown2)

@@ -95,0 +95,0 @@ return lookdown2;

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

}
const lookdown = childElem.lookdown(param)
const lookdown = childElem?.lookdown(param)
if (lookdown) return lookdown

@@ -64,0 +64,0 @@ }

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

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

},
"gitHead": "831c32c658ca5d64665f59f10520ce2a3408d76f",
"gitHead": "38b74a597edc2f9454a81b892505282a944fd5b9",
"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