Socket
Socket
Sign inDemoInstall

@arque/core

Package Overview
Dependencies
Maintainers
4
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 0.2.0-alpha.2 to 0.2.0-alpha.3

1

dist/libs/aggregate-factory.d.ts

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

} & Partial<AggregateOpts<ExtractState<T>>>);
clear(): Promise<void>;
load(id: Buffer, opts?: {

@@ -22,0 +23,0 @@ noReload?: true;

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

}
async clear() {
this.cache.clear();
}
async load(id, opts) {

@@ -21,0 +24,0 @@ const _id = id.toString('base64');

4

package.json
{
"name": "@arque/core",
"version": "0.2.0-alpha.2",
"version": "0.2.0-alpha.3",
"description": "`arque` core library",

@@ -33,3 +33,3 @@ "author": "ScaleForge",

},
"gitHead": "0c71acfb9c92119665bd8c88b4e7213fb000e079"
"gitHead": "88c42a3542c74ce241444b40dd4f0efdd36e22a3"
}

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