Socket
Socket
Sign inDemoInstall

@nestia/e2e

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestia/e2e - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

lib/TestValidator.js

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

return function (gotten, trace) {
if (trace === void 0) { trace = true; }
if (trace === void 0) { trace = false; }
var length = Math.min(expected.length, gotten.length);

@@ -398,3 +398,3 @@ expected = expected.slice(0, length);

var data, reversed;
if (trace === void 0) { trace = true; }
if (trace === void 0) { trace = false; }
return __generator(this, function (_a) {

@@ -401,0 +401,0 @@ switch (_a.label) {

{
"name": "@nestia/e2e",
"version": "0.5.1",
"version": "0.5.2",
"description": "E2E test utilify functions",

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

@@ -184,3 +184,3 @@ import { ranges } from "tstl";

gotten: Summary[],
trace: boolean = true,
trace: boolean = false,
): void => {

@@ -300,3 +300,3 @@ const length: number = Math.min(expected.length, gotten.length);

*/
async (direction: "+" | "-", trace: boolean = true) => {
async (direction: "+" | "-", trace: boolean = false) => {
let data: T[] = await getter(

@@ -303,0 +303,0 @@ fields.map((field) => `${direction}${field}` as const) as Sortable,

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