Socket
Socket
Sign inDemoInstall

@webiny/utils

Package Overview
Dependencies
Maintainers
1
Versions
360
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/utils - npm Package Compare versions

Comparing version 5.40.5 to 5.40.6-beta.0

3

executeWithRetry.d.ts
import pRetry from "p-retry";
export declare const executeWithRetry: <T>(execute: () => Promise<T>, options?: Parameters<typeof pRetry>[1]) => Promise<T>;
export declare type ExecuteWithRetryOptions = Parameters<typeof pRetry>[1];
export declare const executeWithRetry: <T>(execute: () => Promise<T>, options?: ExecuteWithRetryOptions) => Promise<T>;
{
"name": "@webiny/utils",
"version": "5.40.5",
"version": "5.40.6-beta.0",
"main": "index.js",

@@ -18,3 +18,3 @@ "types": "index.d.ts",

"dependencies": {
"@webiny/error": "5.40.5",
"@webiny/error": "5.40.6-beta.0",
"mdbid": "1.0.0",

@@ -31,4 +31,4 @@ "nanoid": "3.3.7",

"@babel/runtime": "7.24.1",
"@webiny/cli": "5.40.5",
"@webiny/project-utils": "5.40.5",
"@webiny/cli": "5.40.6-beta.0",
"@webiny/project-utils": "5.40.6-beta.0",
"rimraf": "5.0.5",

@@ -52,3 +52,3 @@ "ttypescript": "1.5.15",

},
"gitHead": "f67778732392ed88f28da869ddacbf08a98cdec6"
"gitHead": "c0bf7d9bfe72b0689b29c84506f3168515a78517"
}

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