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.20 to 1.4.21

2

package.json

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

"author": "rackai",
"version": "1.4.20",
"version": "1.4.21",
"repository": "https://github.com/rackai/domql",

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

@@ -37,8 +37,2 @@ 'use strict'

// console.groupCollapsed('CREATE:')
// console.log(element)
// console.groupEnd('CREATE:')
// if (element.__ifFalsy) return element
if (!node) {

@@ -82,7 +76,2 @@ isNewNode = true

// console.group('createNode')
// console.log(param)
// console.log(prop)
// console.groupEnd('createNode')
if (isMethod(param) || isObject(registry[param]) || prop === undefined) continue

@@ -89,0 +78,0 @@

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

overwriteDeep(state, obj, ['update', 'parse', '__element'])
if (!options.preventUpdate) element.update()
if (!options.preventUpdate) element.update({}, options)

@@ -30,0 +30,0 @@ // run `on.stateUpdated`

@@ -66,2 +66,3 @@ 'use strict'

if (options.preventDefineUpdate === true || options.preventDefineUpdate === param) continue
if (options.preventContentUpdate && param === 'content') continue

@@ -73,2 +74,3 @@ if (isMethod(param) || isObject(registry[param]) || prop === undefined) continue

if (options.preventContentUpdate && param === 'content') console.log(param)

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