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 0.5.9-3 to 1.0.0

7

CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

## [1.0.0] - 2023-08-25
Breaking change for `dictHttpLink` and `deploymentHttpLink`, use `const { link } = ...` for get the link.
## [0.5.7] - 2023-08-04

@@ -66,3 +70,4 @@

[unreleased]: https://github.com/subquery/network-clients/compare/v0.5.7...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/subquery/network-clients/compare/v0.5.7...v1.0.0
[0.5.7]: https://github.com/subquery/network-clients/compare/v0.5.5...v0.5.7

@@ -69,0 +74,0 @@ [0.5.5]: https://github.com/subquery/network-clients/compare/v0.5.3...v0.5.5

2

package.json
{
"name": "@subql/apollo-links",
"version": "0.5.9-3",
"version": "1.0.0",
"description": "SubQuery Network - graphql links",

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

@@ -5,7 +5,7 @@ # @subql/apollo-links

- This package contains an extended version of apollo-link and various utilities to perform authentication with our network services.
- This package contains an extended version of apollo-link and various utilities to perform authentication with our network services.
- This package is use to authenticate with the subquery network's auth center.
- This package is use to authenticate with the subquery network's auth center.
## Usage
## Usage

@@ -29,3 +29,3 @@ For example of usage see our [test cases](../../test/authLink.test.ts)

const link = await authHttpLink(options);
const { link } = await authHttpLink(options);
const client = new ApolloClient({

@@ -53,1 +53,2 @@ cache: new InMemoryCache({ resultCaching: true }),

[CHANGELOG.md](./CHANGELOG.md)
```
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