Socket
Socket
Sign inDemoInstall

@arque/core

Package Overview
Dependencies
Maintainers
0
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.1 to 0.9.1

2

dist/index.d.ts

@@ -1,2 +0,2 @@

/** build=1x */
/** build=2x */
export * from './libs/event-id';

@@ -3,0 +3,0 @@ export * from './libs/types';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/** build=1x */
/** build=2x */
tslib_1.__exportStar(require("./libs/event-id"), exports);

@@ -6,0 +6,0 @@ tslib_1.__exportStar(require("./libs/types"), exports);

@@ -57,3 +57,3 @@ "use strict";

});
this.logger.verbose(`event handled: event="${(0, util_1.inspect)({
this.logger.verbose(`event handled: duration=${Date.now() - timestamp.getTime()}ms event="${(0, util_1.inspect)({
id: event.id.toString(),

@@ -64,3 +64,3 @@ type: event.type,

compact: true,
})}" duration=${Date.now() - timestamp.getTime()}ms`);
})}"`);
}

@@ -67,0 +67,0 @@ }

{
"name": "@arque/core",
"version": "0.8.1",
"version": "0.9.1",
"description": "`arque` core library",

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

},
"gitHead": "c1fa319a90f93a8ea5d22f62e941f1c0b78740bf"
"gitHead": "edef4bb1ffc26aaec45041dc6c76c3c224aa75ac"
}

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