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

@gooddata/fixtures

Package Overview
Dependencies
Maintainers
46
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/fixtures - npm Package Compare versions

Comparing version 1.32.19 to 1.32.20

2

package.json
{
"name": "@gooddata/fixtures",
"version": "1.32.19",
"version": "1.32.20",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,4 +17,4 @@ // (C) 2007-2022 GoodData Corporation

}
return operation().catch((error) => {
delay(delayms);
return operation().catch(async (error) => {
await delay(delayms);
return retryOperation(operation, (retries - 1), delayms, error);

@@ -21,0 +21,0 @@ });

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