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

@azure/core-rest-pipeline

Package Overview
Dependencies
Maintainers
3
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/core-rest-pipeline - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

CHANGELOG.md
# Release History
## 1.0.3 (2021-03-30)
### Breaking Changes
- Updated @azure/core-tracing to version `1.0.0-preview.11`. See [@azure/core-tracing CHANGELOG](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-tracing/CHANGELOG.md) for details about breaking changes with tracing.
## 1.0.2 (2021-03-25)

@@ -4,0 +10,0 @@

2

dist-esm/src/constants.js
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export const SDK_VERSION = "1.0.2";
export const SDK_VERSION = "1.0.3";
//# sourceMappingURL=constants.js.map

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

import { getTraceParentHeader, createSpanFunction } from "@azure/core-tracing";
import { SpanKind } from "@opentelemetry/api";
import { SpanKind } from "@azure/core-tracing";
import { URL } from "../util/url";

@@ -28,5 +28,5 @@ import { getUserAgentValue } from "../util/userAgent";

sendRequest(request, next) {
var _a, _b;
var _a;
return __awaiter(this, void 0, void 0, function* () {
if (!((_a = request.tracingOptions) === null || _a === void 0 ? void 0 : _a.spanOptions) || !((_b = request.tracingOptions.spanOptions) === null || _b === void 0 ? void 0 : _b.parent)) {
if (!((_a = request.tracingOptions) === null || _a === void 0 ? void 0 : _a.tracingContext)) {
return next(request);

@@ -33,0 +33,0 @@ }

{
"name": "@azure/core-rest-pipeline",
"version": "1.0.2",
"version": "1.0.3",
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",

@@ -95,6 +95,5 @@ "sdk-type": "client",

"@azure/abort-controller": "^1.0.0",
"@azure/core-auth": "^1.2.0",
"@azure/core-tracing": "1.0.0-preview.10",
"@azure/core-auth": "^1.3.0",
"@azure/core-tracing": "1.0.0-preview.11",
"@azure/logger": "^1.0.0",
"@opentelemetry/api": "^0.10.2",
"form-data": "^3.0.0",

@@ -119,2 +118,3 @@ "tslib": "^2.0.0",

"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/dev-tool": "^1.0.0",
"chai": "^4.2.0",

@@ -121,0 +121,0 @@ "downlevel-dts": "~0.4.0",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc