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
2
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.32 to 1.0.0-preview.33

8

dist/cjs/src/middlewares/redirectHandler.js

@@ -184,6 +184,6 @@ "use strict";

RedirectHandler.REDIRECT_STATUS_CODES = new Set([
301,
302,
303,
307,
301, // Moved Permanently
302, // Found
303, // See Other
307, // Temporary Permanently
308, // Moved Permanently

@@ -190,0 +190,0 @@ ]);

@@ -195,4 +195,4 @@ "use strict";

RetryHandler.RETRY_STATUS_CODES = new Set([
429,
503,
429, // Too many requests
503, // Service unavailable
504, // Gateway timeout

@@ -199,0 +199,0 @@ ]);

@@ -177,6 +177,6 @@ /**

RedirectHandler.REDIRECT_STATUS_CODES = new Set([
301,
302,
303,
307,
301, // Moved Permanently
302, // Found
303, // See Other
307, // Temporary Permanently
308, // Moved Permanently

@@ -183,0 +183,0 @@ ]);

@@ -186,4 +186,4 @@ /**

RetryHandler.RETRY_STATUS_CODES = new Set([
429,
503,
429, // Too many requests
503, // Service unavailable
504, // Gateway timeout

@@ -190,0 +190,0 @@ ]);

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

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

"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.33",
"@microsoft/kiota-abstractions": "^1.0.0-preview.34",
"@opentelemetry/api": "^1.2.0",

@@ -51,3 +51,3 @@ "guid-typescript": "^1.0.9",

},
"gitHead": "24ace3b850882b2a0e9b39dbbebdfb8dc03b4bf1"
"gitHead": "c731ed89d43ad65f07917127e51d9c40c7042933"
}

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