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.5.13 to 1.5.14

2

package.json

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

"author": "rackai",
"version": "1.5.13",
"version": "1.5.14",
"repository": "https://github.com/rackai/domql",

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

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

state = deepClone(state, ['update', 'parse', '__element'])
element.state = state = deepClone(state, ['update', 'parse', '__element'])
state.__element = element

@@ -53,3 +53,3 @@ state.parse = parseState

if (element.on && isFunction(element.on.stateCreated)) {
on.stateCreated(element.on.stateCreated, element, element.state)
on.stateCreated(element.on.stateCreated, element, state)
}

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