Socket
Socket
Sign inDemoInstall

domql

Package Overview
Dependencies
Maintainers
1
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.4.18 to 1.4.19

2

package.json

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

"author": "rackai",
"version": "1.4.18",
"version": "1.4.19",
"repository": "https://github.com/rackai/domql",

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

@@ -26,4 +26,4 @@ 'use strict'

if (params) {
if (isObjectLike(element.class)) element.class.style = execPareams
else element.class = { style: execPareams }
if (isObjectLike(element.class)) element.class.elementStyle = execPareams
else element.class = { elementStyle: execPareams }
}

@@ -30,0 +30,0 @@ classf(element.class, element, node)

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