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

@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.4.3 to 0.5.0-dev.20240617

lib/DynamicBenchmarker.d.ts

1

lib/module.d.ts
export * from "./ArrayUtil";
export * from "./DynamicBenchmarker";
export * from "./DynamicExecutor";

@@ -3,0 +4,0 @@ export * from "./GaffComparator";

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

__exportStar(require("./ArrayUtil"), exports);
__exportStar(require("./DynamicBenchmarker"), exports);
__exportStar(require("./DynamicExecutor"), exports);

@@ -20,0 +21,0 @@ __exportStar(require("./GaffComparator"), exports);

2

lib/TestValidator.d.ts

@@ -84,3 +84,3 @@ /**

*/
const sort: (title: string) => <T extends object, Fields extends string, Sortable extends (`-${Fields}` | `+${Fields}`)[] = (`-${Fields}` | `+${Fields}`)[]>(getter: (sortable: Sortable) => Promise<T[]>) => (...fields: Fields[]) => (comp: (x: T, y: T) => number, filter?: ((elem: T) => boolean) | undefined) => (direction: "+" | "-", trace?: boolean) => Promise<void>;
const sort: (title: string) => <T extends object, Fields extends string, Sortable extends (`-${Fields}` | `+${Fields}`)[] = (`-${Fields}` | `+${Fields}`)[]>(getter: (sortable: Sortable) => Promise<T[]>) => (...fields: Fields[]) => (comp: (x: T, y: T) => number, filter?: (elem: T) => boolean) => (direction: "+" | "-", trace?: boolean) => Promise<void>;
type Sortable<Literal extends string> = Array<`-${Literal}` | `+${Literal}`>;

@@ -87,0 +87,0 @@ }

{
"name": "@nestia/e2e",
"version": "0.4.3",
"version": "0.5.0-dev.20240617",
"description": "E2E test utilify functions",

@@ -41,7 +41,9 @@ "main": "lib/index.js",

"typescript": "^5.4.2",
"typia": "^5.5.7"
"typia": "^6.1.0"
},
"dependencies": {
"@nestia/fetcher": "^3.2.2",
"chalk": "^4.1.2",
"cli": "^1.0.1",
"tgrid": "^1.0.1",
"tstl": "^3.0.0"

@@ -48,0 +50,0 @@ },

@@ -21,3 +21,3 @@ # Nestia

> **Note**
> [!NOTE]
>

@@ -24,0 +24,0 @@ > - **Only one line** required, with pure TypeScript type

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import chalk from "chalk";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import * as e2e from "./module";

@@ -0,0 +0,0 @@ export const json_equal_to =

export * from "./ArrayUtil";
export * from "./DynamicBenchmarker";
export * from "./DynamicExecutor";

@@ -3,0 +4,0 @@ export * from "./GaffComparator";

@@ -0,0 +0,0 @@ /**

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