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

mobx-keystone-asyncstore

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-keystone-asyncstore - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

8

dist/AsyncStore.js

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

}
get values() {
return [...this.containers.values()];
}
onInit() {

@@ -177,3 +180,3 @@ const dispose = mobx_1.reaction(() => !this.isPending && this.fetchQueue.length > 0, (shouldFetch) => __awaiter(this, void 0, void 0, function* () {

}
return Object.values(this.containers).map((c) => c);
return this.values;
}

@@ -194,2 +197,5 @@ };

__decorate([
mobx_1.computed
], BaseAsyncStore.prototype, "values", null);
__decorate([
mobx_keystone_1.modelFlow

@@ -196,0 +202,0 @@ ], BaseAsyncStore.prototype, "fetchOne", void 0);

2

package.json
{
"name": "mobx-keystone-asyncstore",
"version": "0.1.3",
"version": "0.1.4",
"author": "Marcus Ekwall <marcus.ekwall@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

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