Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dot-store

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-store - npm Package Compare versions

Comparing version 2.6.11 to 2.6.12

14

dist/changed.js

@@ -77,3 +77,5 @@ "use strict";

}),
value = _changedValueVars.value,
listenProp = _changedValueVars.listenProp,
listenProps = _changedValueVars.listenProps,
listenValue = _changedValueVars.listenValue,
vars = _changedValueVars.vars;

@@ -83,3 +85,5 @@

return listener((0, _objectSpread2.default)({}, options, vars, {
value: value
listenProp: listenProp,
listenProps: listenProps,
listenValue: listenValue
}));

@@ -188,2 +192,3 @@ }

return {
listenValue: state,
value: state,

@@ -203,3 +208,2 @@ vars: {}

return {
value: state,
vars: vars

@@ -210,3 +214,5 @@ };

return {
value: _dotPropImmutable.default.get(state, matchProps),
listenProp: matchProps.join("."),
listenProps: matchProps,
listenValue: _dotPropImmutable.default.get(state, matchProps),
vars: changedMatch({

@@ -213,0 +219,0 @@ matchProps: matchProps,

@@ -382,2 +382,5 @@ "use strict";

return _context5.abrupt("return", {
listenProp: prop,
listenProps: props,
listenValue: value,
prev: value,

@@ -384,0 +387,0 @@ prevState: this.state,

{
"name": "dot-store",
"version": "2.6.11",
"version": "2.6.12",
"description": "Like Redux, but easy",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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