Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webiny/utils

Package Overview
Dependencies
Maintainers
0
Versions
369
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.39.10-beta.1 to 5.39.10-beta.2

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.39.10-beta.1",
"version": "5.39.10-beta.2",
"main": "index.js",

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

"dependencies": {
"@webiny/error": "5.39.10-beta.1",
"@webiny/error": "5.39.10-beta.2",
"mdbid": "1.0.0",

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

"@babel/runtime": "7.22.6",
"@webiny/cli": "5.39.10-beta.1",
"@webiny/project-utils": "5.39.10-beta.1",
"@webiny/cli": "5.39.10-beta.2",
"@webiny/project-utils": "5.39.10-beta.2",
"rimraf": "3.0.2",

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

},
"gitHead": "ea9221b8891b62797e288a71eb2c0acc08c8db19"
"gitHead": "641d166c7558f7d86c0aefa46127e0b67c679512"
}

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