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.9 to 2.6.10

14

dist/changed.js

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

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

@@ -201,3 +200,6 @@

if (!vars) {
return defaultVars;
return {
value: state,
vars: vars
};
}

@@ -204,0 +206,0 @@

{
"name": "dot-store",
"version": "2.6.9",
"version": "2.6.10",
"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