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.3.17 to 0.3.18

2

dist/runner/request.js

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

const host = urlObj.host;
const queryParams = (_a = req.query) === null || _a === void 0 ? void 0 : _a.map(({ name, value }) => `${(0, utils_1.stringReplacement)(name, ctx.envVars)}=${(0, utils_1.stringReplacement)(value, ctx.envVars)}`).join("&");
const queryParams = (_a = req.query) === null || _a === void 0 ? void 0 : _a.map(({ name, value }) => `${(0, utils_1.stringReplacement)(name, ctx.envVars)}=${(0, utils_1.stringReplacement)(value, ctx.envVars)}`).filter(e => !e.startsWith("<<") && !e.endsWith(">>")).join("&");
const currUrlCookies = ctx.cookies[host] || {};

@@ -42,0 +42,0 @@ const headers = Object.fromEntries((req.headers || []).map(({ name, value }) => {

{
"name": "@metlo/testing",
"version": "0.3.17",
"version": "0.3.18",
"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