Socket
Socket
Sign inDemoInstall

@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-1 to 1.0.1-2

2

dist/authHttpLink.js

@@ -55,5 +55,5 @@ "use strict";

// 4. httpLink: This should always be at the end of the link chain. This link is responsible for sending the request to the server.
const link = (0, core_1.from)([retryLink, errorLink, authLink, fallbackLink, responseLink, httpLink]);
const link = (0, core_1.from)([errorLink, retryLink, authLink, fallbackLink, responseLink, httpLink]);
return { link, cleanup };
}
//# sourceMappingURL=authHttpLink.js.map
{
"name": "@subql/apollo-links",
"version": "1.0.1-1",
"version": "1.0.1-2",
"description": "SubQuery Network - graphql links",

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

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

@@ -99,5 +99,5 @@ // Copyright 2020-2022 SubQuery Pte Ltd authors & contributors

// 4. httpLink: This should always be at the end of the link chain. This link is responsible for sending the request to the server.
const link = from([retryLink, errorLink, authLink, fallbackLink, responseLink, httpLink]);
const link = from([errorLink, retryLink, authLink, fallbackLink, responseLink, httpLink]);
return { link, cleanup };
}

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