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

@subql/apollo-links

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@subql/apollo-links - npm Package Compare versions

Comparing version 1.0.1-0 to 1.0.1-1

2

dist/core/retryLink.js

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

const retry_1 = require("@apollo/client/link/retry");
const createRetryLink = ({ orderManager, maxRetries = 5, logger }) => new retry_1.RetryLink({
const createRetryLink = ({ orderManager, maxRetries = 8, logger }) => new retry_1.RetryLink({
attempts: function (count, operation, error) {

@@ -10,0 +10,0 @@ var _a;

{
"name": "@subql/apollo-links",
"version": "1.0.1-0",
"version": "1.0.1-1",
"description": "SubQuery Network - graphql links",

@@ -30,3 +30,3 @@ "main": "dist/index.js",

},
"stableVersion": "1.0.0"
"stableVersion": "1.0.1-0"
}

@@ -15,3 +15,3 @@ // Copyright 2020-2022 SubQuery Pte Ltd authors & contributors

export const createRetryLink = ({ orderManager, maxRetries = 5, logger }: RetryLinkOption) =>
export const createRetryLink = ({ orderManager, maxRetries = 8, logger }: RetryLinkOption) =>
new RetryLink({

@@ -18,0 +18,0 @@ attempts: function (count: number, operation: Operation, error: any) {

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