Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5.28 to 2.5.29

1

dist/cjs/updateState.js

@@ -96,3 +96,2 @@ "use strict";

(0, import_utils.overwriteDeep)(targetParent, changesValue || value);
console.log(changesValue);
targetParent.update(changesValue, {

@@ -99,0 +98,0 @@ execStateFunction: false,

4

package.json
{
"name": "@domql/state",
"version": "2.5.28",
"version": "2.5.29",
"license": "MIT",

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

},
"gitHead": "aaf2a65754d4611a18442f9da3b741cb70faf7d1"
"gitHead": "df470e5a96cda567c9d99cc98337eac0136d0890"
}

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

if (options.replace) overwriteDeep(targetParent, changesValue || value) // check with createChangesByKey
console.log(changesValue)
targetParent.update(changesValue, {

@@ -87,0 +86,0 @@ execStateFunction: false,

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