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

@metlo/testing

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metlo/testing - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

5

dist/runner/step.js

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

let res = null;
let err = null;
let err = undefined;
let errStack = undefined;
try {

@@ -36,2 +37,3 @@ res = yield (0, request_1.makeRequest)(step.request, ctx);

err = e.message;
errStack = e.stack;
}

@@ -68,2 +70,3 @@ const host = new URL(step.request.url).host;

err: err,
errStack: errStack,
};

@@ -70,0 +73,0 @@ }

1

dist/types/test.d.ts

@@ -546,2 +546,3 @@ import { z } from "zod";

err?: string;
errStack?: string;
assertions: boolean[];

@@ -548,0 +549,0 @@ res?: StepResponse;

{
"name": "@metlo/testing",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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