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

@microsoft/kiota-http-fetchlibrary

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/kiota-http-fetchlibrary - npm Package Compare versions

Comparing version 1.0.0-preview.55 to 1.0.0-preview.56

1

dist/es/src/browser/index.d.ts

@@ -7,3 +7,2 @@ /**

*/
/// <reference path="../../../../dom.shim.d.ts" />
export * from "../fetchRequestAdapter.js";

@@ -10,0 +9,0 @@ export * from "../httpClient.js";

4

dist/es/src/fetchRequestAdapter.d.ts

@@ -7,3 +7,3 @@ /**

*/
import { type AuthenticationProvider, type BackingStoreFactory, type DateOnly, type Duration, type ErrorMappings, type Parsable, type ParsableFactory, type ParseNodeFactory, type PrimitiveTypesForDeserialization, type PrimitiveTypesForDeserializationType, type RequestAdapter, type RequestInformation, type SerializationWriterFactory, type TimeOnly } from "@microsoft/kiota-abstractions";
import { type AuthenticationProvider, type BackingStoreFactory, type ErrorMappings, type Parsable, type ParsableFactory, type ParseNodeFactory, type PrimitiveTypesForDeserialization, type PrimitiveTypesForDeserializationType, type RequestAdapter, type RequestInformation, type SerializationWriterFactory } from "@microsoft/kiota-abstractions";
import { HttpClient } from "./httpClient.js";

@@ -35,3 +35,3 @@ import { type ObservabilityOptions } from "./observabilityOptions.js";

private static readonly responseTypeAttributeKey;
sendCollectionOfPrimitive: <ResponseType extends string | number | boolean | DateOnly | Date | Duration | TimeOnly>(requestInfo: RequestInformation, responseType: Exclude<PrimitiveTypesForDeserialization, "ArrayBuffer">, errorMappings: ErrorMappings | undefined) => Promise<ResponseType[] | undefined>;
sendCollectionOfPrimitive: <ResponseType extends Exclude<PrimitiveTypesForDeserializationType, ArrayBuffer>>(requestInfo: RequestInformation, responseType: Exclude<PrimitiveTypesForDeserialization, "ArrayBuffer">, errorMappings: ErrorMappings | undefined) => Promise<ResponseType[] | undefined>;
sendCollection: <ModelType extends Parsable>(requestInfo: RequestInformation, deserialization: ParsableFactory<ModelType>, errorMappings: ErrorMappings | undefined) => Promise<ModelType[] | undefined>;

@@ -38,0 +38,0 @@ private startTracingSpan;

@@ -7,3 +7,2 @@ /**

*/
/// <reference path="../../../dom.shim.d.ts" />
export * from "./fetchRequestAdapter.js";

@@ -10,0 +9,0 @@ export * from "./httpClient.js";

{
"name": "@microsoft/kiota-http-fetchlibrary",
"version": "1.0.0-preview.55",
"version": "1.0.0-preview.56",
"description": "Kiota request adapter implementation with fetch",

@@ -44,3 +44,3 @@ "keywords": [

},
"gitHead": "18ce5fd17f02186ba4151aa105d3a37ea1b50917"
"gitHead": "d2049023e3e60fedd031bc73ee3edf5ffa8693d2"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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