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.8 to 2.6.9

13

dist/changed.js

@@ -183,8 +183,9 @@ "use strict";

var state = options.state;
var defaultVars = {
value: state,
vars: {}
};
if (!prop) {
return {
value: state,
vars: {}
};
return defaultVars;
}

@@ -199,2 +200,6 @@

if (!vars) {
return defaultVars;
}
return {

@@ -201,0 +206,0 @@ value: _dotPropImmutable.default.get(state, matchProps),

{
"name": "dot-store",
"version": "2.6.8",
"version": "2.6.9",
"description": "Like Redux, but easy",

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

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