Socket
Socket
Sign inDemoInstall

@azure/core-rest-pipeline

Package Overview
Dependencies
Maintainers
2
Versions
288
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.16.4-alpha.20240822.3 to 1.16.4-alpha.20240823.1

2

dist/browser/nodeHttpClient.js

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

class ReportTransform extends Transform {
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
_transform(chunk, _encoding, callback) {

@@ -29,0 +29,0 @@ this.push(chunk);

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

}
catch (e) {
catch (_a) {
return undefined;

@@ -52,0 +52,0 @@ }

@@ -31,3 +31,3 @@ "use strict";

class ReportTransform extends node_stream_1.Transform {
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
_transform(chunk, _encoding, callback) {

@@ -34,0 +34,0 @@ this.push(chunk);

@@ -129,3 +129,3 @@ "use strict";

}
catch (_error) {
catch (_a) {
throw new Error(`Expecting a valid host string in proxy settings, but found "${settings.host}".`);

@@ -132,0 +132,0 @@ }

@@ -53,3 +53,3 @@ "use strict";

}
catch (e) {
catch (_a) {
return undefined;

@@ -56,0 +56,0 @@ }

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

class ReportTransform extends Transform {
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
_transform(chunk, _encoding, callback) {

@@ -29,0 +29,0 @@ this.push(chunk);

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

}
catch (_error) {
catch (_a) {
throw new Error(`Expecting a valid host string in proxy settings, but found "${settings.host}".`);

@@ -126,0 +126,0 @@ }

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

}
catch (e) {
catch (_a) {
return undefined;

@@ -52,0 +52,0 @@ }

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

class ReportTransform extends Transform {
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
_transform(chunk, _encoding, callback) {

@@ -29,0 +29,0 @@ this.push(chunk);

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

}
catch (e) {
catch (_a) {
return undefined;

@@ -52,0 +52,0 @@ }

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

@@ -65,4 +65,4 @@ "sdk-type": "client",

"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint:fix": "eslint package.json api-extractor.json src --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]",
"lint": "eslint package.json api-extractor.json src --ext .ts --ext .cts --ext .mts",
"lint:fix": "eslint package.json api-extractor.json src --fix --fix-type [problem,suggestion]",
"lint": "eslint package.json api-extractor.json src",
"pack": "npm pack 2>&1",

@@ -69,0 +69,0 @@ "test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",

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

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