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.17 to 1.4.18

3

package.json

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

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

@@ -33,2 +33,3 @@ "publishConfig": {

"@babel/preset-env": "^7.16.4",
"@emotion/css": "^11.10.0",
"@parcel/babel-preset-env": "^2.0.1",

@@ -35,0 +36,0 @@ "babel-jest": "^28.1.3",

'use strict'
import { exec, isObject } from '../../utils'
import Report from '../../utils/report'
import { report } from '../../utils/report'

@@ -12,3 +12,3 @@ /**

if (params && params.showOnNode) {
if (!isObject(params)) Report('HTMLInvalidData', params)
if (!isObject(params)) report('HTMLInvalidData', params)

@@ -15,0 +15,0 @@ // Apply data params on node

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

if (element.on && isFunction(element.on.initUpdate) && !options.ignoreInitUpdate) {
preventUpdate = on.initUpdate(element.on.initUpdate, element, element.state)
on.initUpdate(element.on.initUpdate, element, element.state)
}

@@ -63,0 +63,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