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.8.0-alpha.0 to 0.8.0-alpha.1

4

dist/libs/aggregate.js

@@ -147,4 +147,3 @@ "use strict";

if (this.shoudTakeSnapshot()) {
hrtime = process.hrtime();
await this.store.saveSnapshot({
this.store.saveSnapshot({
aggregate: {

@@ -157,3 +156,2 @@ id: this.id,

});
this.logger.debug(`saveSnapshot: elapsed=${Math.floor(process.hrtime(hrtime)[1] / 1e6)}ms`);
}

@@ -160,0 +158,0 @@ }

{
"name": "@arque/core",
"version": "0.8.0-alpha.0",
"version": "0.8.0-alpha.1",
"description": "`arque` core library",

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

},
"gitHead": "402a6aec44ae3c73fdfa0c30e0579ee364787179"
"gitHead": "d0c2157a87c2de6b2d7ec558e0eb8b0c6c9d966f"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc