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.3.137 to 2.3.139

2

dist/cjs/updateState.js

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

const element = state.__element;
console.log(options);
if (!options.updateByState)

@@ -122,3 +121,2 @@ (0, import_utils.merge)(options, STATE_UPDATE_OPTIONS);

const element = state.__element;
console.log("update", element.key);
if (options.preventUpdate !== true) {

@@ -125,0 +123,0 @@ element.update({}, {

4

package.json
{
"name": "@domql/state",
"version": "2.3.137",
"version": "2.3.139",
"license": "MIT",

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

},
"gitHead": "07ca3db13100667ebe3915db37a18b6e694a3ce3"
"gitHead": "64df1958a7956790eb9afa8fbffa95d48f11fedb"
}

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

const element = state.__element
console.log(options)

@@ -111,3 +110,2 @@ if (!options.updateByState) merge(options, STATE_UPDATE_OPTIONS)

const element = state.__element
console.log('update', element.key)
if (options.preventUpdate !== true) {

@@ -114,0 +112,0 @@ element.update({}, {

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