Socket
Socket
Sign inDemoInstall

@arque/core

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arque/core - npm Package Compare versions

Comparing version 1.0.0-alpha.38 to 1.0.0-alpha.39

1

build/lib/aggregate.d.ts

@@ -13,2 +13,3 @@ /// <reference types="node" />

static load<T>(this: new (id: ID) => T, id: ID): Promise<T>;
static init<T>(this: new (id: ID) => T, id: ID): Promise<T>;
get type(): string;

@@ -15,0 +16,0 @@ private get eventStore();

@@ -24,2 +24,7 @@ "use strict";

static async load(id) {
const aggregate = await this.init(id);
await aggregate.fold();
return aggregate;
}
static async init(id) {
let { cache } = this;

@@ -44,3 +49,2 @@ if (!cache) {

const aggregate = await promise;
await aggregate.fold();
return aggregate;

@@ -47,0 +51,0 @@ }

4

package.json
{
"name": "@arque/core",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "Core for `arque`",

@@ -84,3 +84,3 @@ "keywords": [

},
"gitHead": "64e7266284879425f2d59ac93750e33ddc8c4c24"
"gitHead": "5e9ed47ef8affa84172566c0e6ca60e491c7fc42"
}

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