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.5.9 to 2.5.15

2

dist/cjs/methods.js

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

const rootState = state.__element.__ref.__root.state;
return rootState.update(obj, { isHoisted: false, options });
return rootState.update(obj, { isHoisted: false, ...options });
};

@@ -99,0 +99,0 @@ const add = function(value, options = {}) {

@@ -75,3 +75,3 @@ 'use strict'

const rootState = (state.__element.__ref.__root).state
return rootState.update(obj, { isHoisted: false, options })
return rootState.update(obj, { isHoisted: false, ...options })
}

@@ -78,0 +78,0 @@

{
"name": "@domql/state",
"version": "2.5.9",
"version": "2.5.15",
"license": "MIT",

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

},
"gitHead": "72ca0c34d453da80307f93c6e3b214c5cbf03a66"
"gitHead": "2d858d6237f30594a8bbe97c6aca8bc6dc925f85"
}
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