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
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.3.151 to 2.3.152

2

dist/cjs/inherit.js

@@ -50,2 +50,4 @@ "use strict";

const grandChildKey = arr[i + 1];
if (childKey === "__proto__" || grandChildKey === "__proto__")
return;
let childInParent = parentState[childKey];

@@ -52,0 +54,0 @@ if (!childInParent)

@@ -24,2 +24,4 @@ 'use strict'

if (childKey === '__proto__' || grandChildKey === '__proto__') return
let childInParent = parentState[childKey]

@@ -26,0 +28,0 @@ if (!childInParent) childInParent = parentState[childKey] = {} // check for array

4

package.json
{
"name": "@domql/state",
"version": "2.3.151",
"version": "2.3.152",
"license": "MIT",

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

},
"gitHead": "2b240bcbceb25fc4ffda75c25232c66a8e183614"
"gitHead": "9424c9efe8b2b9e4b39bf7dfac3caf1f964ddb9a"
}
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