@microsoft/kiota-http-fetchlibrary
Advanced tools
Comparing version 1.0.0-preview.3 to 1.0.0-preview.4
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
import { type RequestOption } from "@microsoft/kiota-abstractions"; | ||
import { RequestOption } from "@microsoft/kiota-abstractions"; | ||
import { Middleware } from "./middlewares/middleware"; | ||
@@ -10,0 +10,0 @@ export declare class HttpClient { |
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
import { type RequestOption } from "@microsoft/kiota-abstractions"; | ||
import { RequestOption } from "@microsoft/kiota-abstractions"; | ||
import { Middleware } from "./middleware"; | ||
@@ -13,0 +13,0 @@ import { RedirectHandlerOptions } from "./options/redirectHandlerOptions"; |
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
import { type RequestOption } from "@microsoft/kiota-abstractions"; | ||
import { RequestOption } from "@microsoft/kiota-abstractions"; | ||
import { Middleware } from "./middlewares/middleware"; | ||
@@ -10,0 +10,0 @@ export declare class HttpClient { |
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
import { type RequestOption } from "@microsoft/kiota-abstractions"; | ||
import { RequestOption } from "@microsoft/kiota-abstractions"; | ||
import { Middleware } from "./middleware"; | ||
@@ -13,0 +13,0 @@ import { RedirectHandlerOptions } from "./options/redirectHandlerOptions"; |
{ | ||
"name": "@microsoft/kiota-http-fetchlibrary", | ||
"version": "1.0.0-preview.3", | ||
"version": "1.0.0-preview.4", | ||
"description": "Kiota request adapter implementation with fetch", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1d8fc8531793c508c897700572ceaa6e0561cf25" | ||
"gitHead": "79aeb602a3976ec2cba47de7d9df970410a19b4c" | ||
} |
@@ -8,3 +8,3 @@ /** | ||
import { type RequestOption } from "@microsoft/kiota-abstractions"; | ||
import { RequestOption } from "@microsoft/kiota-abstractions"; | ||
@@ -11,0 +11,0 @@ import { CustomFetchHandler } from "./middlewares/customFetchHandler"; |
@@ -12,3 +12,3 @@ /** | ||
import { type RequestOption, HttpMethod } from "@microsoft/kiota-abstractions"; | ||
import { RequestOption, HttpMethod } from "@microsoft/kiota-abstractions"; | ||
@@ -15,0 +15,0 @@ import { FetchRequestInit, FetchResponse } from "../utils/fetchDefinitions"; |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
935979
19645
4