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.4.12 to 2.5.1

4

create.js

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

element.state = applyInitialState(element, parent, options)
return element.state
}

@@ -112,4 +113,3 @@

if (state.parent && state.parent.__children)
state.parent.__children[element.key] = state
if (state.parent && state.parent.__children) { state.parent.__children[element.key] = state }
}

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

element.state = applyInitialState(element, parent, options);
return element.state;
};

@@ -123,4 +124,5 @@ const applyInitialState = function(element, parent, options) {

}
if (state.parent && state.parent.__children)
if (state.parent && state.parent.__children) {
state.parent.__children[element.key] = state;
}
};
{
"name": "@domql/state",
"version": "2.4.12",
"version": "2.5.1",
"license": "MIT",

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

},
"gitHead": "fb655eb1dbbde28cb1b843f13aad21afcfcece40"
"gitHead": "40078b6ea7a4b968eb96a7078d33f4cbcd6b199a"
}
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