You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

@microsoft/kiota-http-fetchlibrary

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

to
1.0.0-preview.96

# Changelog
## [1.0.0-preview.96](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.95...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.96) (2025-06-17)
### Bug Fixes
* removes verbose logging for handlers factory ([a7c036f](https://github.com/microsoft/kiota-typescript/commit/a7c036fdd993dca6763d287fed94c8f0b18c5488))
* removes verbose logging for handlers factory ([d0eda43](https://github.com/microsoft/kiota-typescript/commit/d0eda4366819240f299c5648080001a40f308f2f))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.95 to ^1.0.0-preview.96
## [1.0.0-preview.95](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.94...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.95) (2025-06-10)

@@ -4,0 +19,0 @@

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

}
// eslint-disable-next-line no-console
console.debug("Registered middlewares: " + middlewares.map((m) => m.constructor.name).join(", "));
// eslint-disable-next-line no-console
console.debug("Hint: To improve performance, use MiddlewareFactory.getPerformanceMiddlewares(customFetch) instead of MiddlewareFactory.getDefaultMiddlewares(customFetch)");
// Set the middleware chain
// Set the middleware handlers chain
this.setMiddleware(...middlewares);

@@ -32,0 +28,0 @@ }

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

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

"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.95",
"@microsoft/kiota-abstractions": "^1.0.0-preview.96",
"@opentelemetry/api": "^1.7.0",

@@ -48,3 +48,3 @@ "tslib": "^2.6.2"

],
"gitHead": "afafce28e75a0397f4f66e97ccf47de3573c8c33"
"gitHead": "1986bdcea2ee0afcff09f8ca2d8a3f4fd5ecee38"
}

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