🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

xen-api

Package Overview
Dependencies
Maintainers
6
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xen-api - npm Package Compare versions

Comparing version

to
1.3.5

2

dist/index.js

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

}), {
when: error => error.response.statusCode === 302,
when: error => error.response !== undefined && error.response.statusCode === 302,
onRetry: async error => {

@@ -357,0 +357,0 @@ const response = error.response;

{
"private": false,
"name": "xen-api",
"version": "1.3.4",
"version": "1.3.5",
"license": "ISC",

@@ -6,0 +6,0 @@ "description": "Connector to the Xen API",

Sorry, the diff of this file is not supported yet