Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@domql/state

Package Overview
Dependencies
Maintainers
0
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/state - npm Package Compare versions

Comparing version 2.5.170 to 2.5.173

4

dist/cjs/updateState.js

@@ -83,4 +83,4 @@ "use strict";

const { parent, __ref: ref } = element;
const stateKey = ref.__state;
const stateType = ref.__stateType;
const stateKey = ref == null ? void 0 : ref.__state;
const stateType = ref == null ? void 0 : ref.__stateType;
if (!stateKey)

@@ -87,0 +87,0 @@ return;

{
"name": "@domql/state",
"version": "2.5.170",
"version": "2.5.173",
"license": "MIT",

@@ -34,3 +34,3 @@ "type": "module",

},
"gitHead": "44f9d2c4157170a03784d6abca2eee3604b97270"
"gitHead": "1e24ece1c2ab9e794b662804fcac399699bf99c5"
}

@@ -70,4 +70,5 @@ 'use strict'

const { parent, __ref: ref } = element
const stateKey = ref.__state
const stateType = ref.__stateType
const stateKey = ref?.__state
const stateType = ref?.__stateType
if (!stateKey) return

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