Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syntest/module

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syntest/module - npm Package Compare versions

Comparing version 0.1.0-beta.14 to 0.1.0-beta.15

2

dist/lib/ModuleManager.js

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

const metricMiddleWare = metricPlugins.map((plugin) => plugin.createMetricMiddleware(this._metricManager.metrics));
this._metricManager.runPipeline(metricMiddleWare);
await this._metricManager.runPipeline(metricMiddleWare);
ModuleManager.LOGGER.info("Cleaning up modules");

@@ -143,0 +143,0 @@ for (const module of this.modules.values()) {

{
"name": "@syntest/module",
"version": "0.1.0-beta.14",
"version": "0.1.0-beta.15",
"description": "The module library of the SynTest Framework",

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

"@syntest/logging": "*",
"@syntest/metric": "^0.1.0-beta.4",
"@syntest/metric": "^0.1.0-beta.5",
"global-modules": "2.0.0",

@@ -62,3 +62,3 @@ "yargs": "^17.7.1"

},
"gitHead": "88813984d20845cfac1b1cd3a1fdbaef5f23d8dc"
"gitHead": "e3473628ae0deaea1c22ecb333204bbcaffeb5e0"
}

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