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
2
Versions
361
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.18.2-alpha.20241209.3 to 1.18.2-alpha.20241210.1

1

dist/browser/policies/retryPolicy.js

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

let retryCount = -1;
// eslint-disable-next-line no-constant-condition
retryRequest: while (true) {

@@ -27,0 +26,0 @@ retryCount += 1;

@@ -27,3 +27,2 @@ "use strict";

let retryCount = -1;
// eslint-disable-next-line no-constant-condition
retryRequest: while (true) {

@@ -30,0 +29,0 @@ retryCount += 1;

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

let retryCount = -1;
// eslint-disable-next-line no-constant-condition
retryRequest: while (true) {

@@ -27,0 +26,0 @@ retryCount += 1;

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

let retryCount = -1;
// eslint-disable-next-line no-constant-condition
retryRequest: while (true) {

@@ -27,0 +26,0 @@ retryCount += 1;

9

package.json
{
"name": "@azure/core-rest-pipeline",
"version": "1.18.2-alpha.20241209.3",
"version": "1.18.2-alpha.20241210.1",
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",

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

"integration-test:node": "echo skipped",
"lint": "eslint package.json api-extractor.json src",
"lint:fix": "eslint package.json api-extractor.json src --fix --fix-type [problem,suggestion]",
"lint": "eslint README.md package.json api-extractor.json src test",
"lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
"pack": "npm pack 2>&1",

@@ -129,5 +129,6 @@ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run build-test && npm run unit-test:browser && npm run integration-test",

],
"selfLink": false
"selfLink": false,
"project": "./tsconfig.src.json"
},
"module": "./dist/esm/index.js"
}

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

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