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.7 to 0.2.8

2

dist/index.js

@@ -69,2 +69,3 @@ "use strict";

ctx: stepRun.ctx,
stepReq: stepRun.req,
assertion: (test.test[stepIdx].assert || [])[assertionIdx],

@@ -92,2 +93,3 @@ res: stepRun.res,

stepRunIdx: stepRunIdx,
stepReq: stepRun.req,
req: test.test[stepIdx].request,

@@ -94,0 +96,0 @@ ctx: stepRun.ctx,

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

assertion: Assertion;
stepReq: StepRequest;
res?: StepResponse;

@@ -570,2 +571,3 @@ }

req: TestRequest;
stepReq: StepRequest;
ctx: Context;

@@ -572,0 +574,0 @@ err: string;

2

package.json
{
"name": "@metlo/testing",
"version": "0.2.7",
"version": "0.2.8",
"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