Socket
Socket
Sign inDemoInstall

domql

Package Overview
Dependencies
79
Maintainers
2
Versions
260
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.43 to 1.6.44

2

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

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

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

const newExec = ref.__exec[param](element, element.state)
const newExec = ref.__exec[param](element, element.state, element.context)
const execReturnsString = isString(newExec) || isNumber(newExec)

@@ -32,0 +32,0 @@ if (prop && prop.node && execReturnsString) {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc