New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sitecore-cloudsdk/utils

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitecore-cloudsdk/utils - npm Package Compare versions

Comparing version

to
0.1.4

2

dist/cjs/src/lib/fetch-with-timeout.d.ts

@@ -12,2 +12,2 @@ /**

[key: string]: unknown;
}): Promise<null | unknown>;
}): Promise<Response | null>;

@@ -25,5 +25,4 @@ "use strict";

clearTimeout(timeoutHandler);
return response.json();
return response;
})
.then((data) => data)
.catch((error) => {

@@ -30,0 +29,0 @@ if (error.name === 'AbortError')

@@ -12,2 +12,2 @@ /**

[key: string]: unknown;
}): Promise<null | unknown>;
}): Promise<Response | null>;

@@ -22,5 +22,4 @@ // © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S.

clearTimeout(timeoutHandler);
return response.json();
return response;
})
.then((data) => data)
.catch((error) => {

@@ -27,0 +26,0 @@ if (error.name === 'AbortError')

{
"name": "@sitecore-cloudsdk/utils",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",

@@ -26,3 +26,7 @@ "main": "dist/cjs/src/index.js",

"README.md"
]
],
"engines": {
"node": ">=18",
"npm": ">=9"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet