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.6.1 to 0.7.0

5

dist/libs/aggregate.js

@@ -161,4 +161,7 @@ "use strict";

var _a;
let hrtime;
const handler = this.commandHandler(command.type);
hrtime = process.hrtime();
const release = await this.mutex.acquire();
this.logger.debug(`mutex: elapsed=${Math.floor(process.hrtime(hrtime)[1] / 1e6)}ms`);
let first = true;

@@ -182,2 +185,3 @@ if ((opts === null || opts === void 0 ? void 0 : opts.noReload) !== true) {

}, command, ...command.args);
hrtime = process.hrtime();
await this.dispatch({

@@ -199,2 +203,3 @@ aggregate: {

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

@@ -201,0 +206,0 @@ delayFirstAttempt: false,

4

package.json
{
"name": "@arque/core",
"version": "0.6.1",
"version": "0.7.0",
"description": "`arque` core library",

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

},
"gitHead": "a911eff0ab1507813bd849f3f845a3643580b748"
"gitHead": "696721ecf75659060c7f00b33ceb22014c66834b"
}

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