Socket
Socket
Sign inDemoInstall

@azure/core-http

Package Overview
Dependencies
30
Maintainers
2
Versions
300
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

2

dist-esm/src/httpHeaders.js

@@ -48,3 +48,3 @@ // Copyright (c) Microsoft Corporation.

name: headerName,
value: headerValue.toString(),
value: headerValue.toString().trim(),
};

@@ -51,0 +51,0 @@ }

@@ -10,3 +10,3 @@ // Copyright (c) Microsoft Corporation.

*/
coreHttpVersion: "3.0.3",
coreHttpVersion: "3.0.4",
/**

@@ -13,0 +13,0 @@ * Specifies HTTP.

@@ -5,3 +5,3 @@ {

"author": "Microsoft Corporation",
"version": "3.0.3",
"version": "3.0.4",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",

@@ -8,0 +8,0 @@ "tags": [

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc