New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@domql/state

Package Overview
Dependencies
Maintainers
3
Versions
124
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.3.149 to 2.3.150

LICENSE

4

inherit.js

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

let childInParent = parentState[childKey]
if (!childInParent) childInParent = parentState[childKey] = {}
if (!childInParent[grandChildKey]) childInParent[grandChildKey] = {}
if (!childInParent) childInParent = parentState[childKey] = {} // check for array
if (!childInParent[grandChildKey]) childInParent[grandChildKey] = {} // check for array

@@ -29,0 +29,0 @@ stateKey = grandChildKey

{
"name": "@domql/state",
"version": "2.3.149",
"version": "2.3.150",
"license": "MIT",

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

"exports": {
"." : {
".": {
"kalduna": "./index.js",

@@ -35,3 +35,3 @@ "default": "./dist/cjs/index.js"

},
"gitHead": "c867d7db9e2450d67e97a15ffc7b61692713c234"
"gitHead": "368c731d0e9f7225329b235dfa446d41a36a341c"
}
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