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

@nestia/fetcher

Package Overview
Dependencies
Maintainers
1
Versions
408
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.11.0-dev.20240813 to 3.11.0-dev.20240814

3

lib/IPropagation.d.ts

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

import { Primitive } from "./Primitive";
/**

@@ -61,3 +60,3 @@ * Propagation type.

status: StatusValue extends "2XX" | "3XX" | "4XX" | "5XX" ? StatusRange<StatusValue> : StatusValue extends number ? StatusValue : never;
data: Primitive<BodyData>;
data: BodyData;
headers: Record<string, string | string[]>;

@@ -64,0 +63,0 @@ }

{
"name": "@nestia/fetcher",
"version": "3.11.0-dev.20240813",
"version": "3.11.0-dev.20240814",
"description": "Fetcher library of Nestia SDK",

@@ -46,4 +46,4 @@ "main": "lib/index.js",

"dependencies": {
"@samchon/openapi": "^0.4.3"
"@samchon/openapi": "^0.4.5"
}
}

@@ -1,3 +0,1 @@

import { Primitive } from "./Primitive";
/**

@@ -76,3 +74,3 @@ * Propagation type.

: never;
data: Primitive<BodyData>;
data: BodyData;
headers: Record<string, string | string[]>;

@@ -79,0 +77,0 @@ }

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