Socket
Socket
Sign inDemoInstall

@nestia/fetcher

Package Overview
Dependencies
Maintainers
0
Versions
402
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestia/fetcher - npm Package Compare versions

Comparing version 3.2.3 to 3.2.4

1

lib/IConnection.d.ts

@@ -1,2 +0,1 @@

/// <reference lib="dom" />
import { IEncryptionPassword } from "./IEncryptionPassword";

@@ -3,0 +2,0 @@ import { IFetchEvent } from "./IFetchEvent";

4

lib/NestiaSimulator.d.ts

@@ -10,5 +10,5 @@ export declare namespace NestiaSimulator {

param: (name: string) => <T>(task: () => T) => void;
query: <T_1>(task: () => T_1) => void;
body: <T_2>(task: () => T_2) => void;
query: <T>(task: () => T) => void;
body: <T>(task: () => T) => void;
};
}
{
"name": "@nestia/fetcher",
"version": "3.2.3",
"version": "3.2.4",
"description": "Fetcher library of Nestia SDK",

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

@@ -21,2 +21,5 @@ # Nestia

- Automatic E2E test functions generator
- `@nestia/e2e`
- Test program utilizng e2e test functions
- Benchmark program using e2e test functions
- `@nestia/migrate`: OpenAPI generator from Swagger to NestJS/SDK

@@ -76,2 +79,6 @@ - `@nestia/editor`: Swagger-UI with Online TypeScript Editor

- [Mockup Simulator](https://nestia.io/docs/sdk/simulator/)
- E2E Testing
- [Why E2E Test?](https://nestia.io/docs/e2e/why/)
- [Test Program Development](https://nestia.io/docs/e2e/development/)
- [Performance Benchmark](https://nestia.io/docs/e2e/benchmark/)
- [Swagger to NestJS](https://nestia.io/docs/migrate/)

@@ -78,0 +85,0 @@ - [TypeScript Swagger Editor](https://nestia.io/docs/editor/)

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