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.21 to 0.1.0-beta.22

4

dist/lib/extension/plugins/MetricMiddlewarePlugin.d.ts

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

import { Metric, MiddleWare } from "@syntest/metric";
import { Metric, Middleware } from "@syntest/metric";
import { Plugin } from "../Plugin";

@@ -6,3 +6,3 @@ export declare abstract class MetricMiddlewarePlugin extends Plugin {

constructor(name: string, describe: string);
abstract createMetricMiddleware(metrics: Metric[]): MiddleWare;
abstract createMetricMiddleware(metrics: Metric[]): Middleware;
setMetrics(metrics: Metric[]): void;

@@ -9,0 +9,0 @@ getOptionChoices(option: string): string[];

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

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

"@syntest/logging": "*",
"@syntest/metric": "^0.1.0-beta.8",
"@syntest/metric": "^0.1.0-beta.9",
"@syntest/storage": "^0.1.0-beta.0",

@@ -63,3 +63,3 @@ "global-modules": "2.0.0",

},
"gitHead": "117e58756aba3fe6a203fccc2f0d0b78826681a8"
"gitHead": "d44097b870745a6cd49cc4c6fa05a962569b7243"
}
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