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

@settlemint/sdk-thegraph

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@settlemint/sdk-thegraph - npm Package Compare versions

Comparing version

to
1.1.16

{
"name": "@settlemint/sdk-thegraph",
"description": "TheGraph integration module for SettleMint SDK, enabling querying and indexing of blockchain data through subgraphs",
"version": "1.1.15",
"version": "1.1.16",
"type": "module",

@@ -55,3 +55,3 @@ "private": false,

"gql.tada": "^1",
"@settlemint/sdk-utils": "1.1.15",
"@settlemint/sdk-utils": "1.1.16",
"graphql-request": "^7",

@@ -58,0 +58,0 @@ "zod": "^3"

@@ -57,3 +57,3 @@ <p align="center">

Defined in: [sdk/thegraph/src/thegraph.ts:119](https://github.com/settlemint/sdk/blob/v1.1.15/sdk/thegraph/src/thegraph.ts#L119)
Defined in: [sdk/thegraph/src/thegraph.ts:119](https://github.com/settlemint/sdk/blob/v1.1.16/sdk/thegraph/src/thegraph.ts#L119)

@@ -85,4 +85,4 @@ Creates a TheGraph GraphQL client with proper type safety using gql.tada

| ------ | ------ | ------ |
| `client` | `GraphQLClient` | [sdk/thegraph/src/thegraph.ts:123](https://github.com/settlemint/sdk/blob/v1.1.15/sdk/thegraph/src/thegraph.ts#L123) |
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/thegraph/src/thegraph.ts:124](https://github.com/settlemint/sdk/blob/v1.1.15/sdk/thegraph/src/thegraph.ts#L124) |
| `client` | `GraphQLClient` | [sdk/thegraph/src/thegraph.ts:123](https://github.com/settlemint/sdk/blob/v1.1.16/sdk/thegraph/src/thegraph.ts#L123) |
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/thegraph/src/thegraph.ts:124](https://github.com/settlemint/sdk/blob/v1.1.16/sdk/thegraph/src/thegraph.ts#L124) |

@@ -151,3 +151,3 @@ ##### Throws

Defined in: [sdk/thegraph/src/thegraph.ts:36](https://github.com/settlemint/sdk/blob/v1.1.15/sdk/thegraph/src/thegraph.ts#L36)
Defined in: [sdk/thegraph/src/thegraph.ts:36](https://github.com/settlemint/sdk/blob/v1.1.16/sdk/thegraph/src/thegraph.ts#L36)

@@ -162,3 +162,3 @@ Type definition for client options derived from the ClientOptionsSchema

Defined in: [sdk/thegraph/src/thegraph.ts:10](https://github.com/settlemint/sdk/blob/v1.1.15/sdk/thegraph/src/thegraph.ts#L10)
Defined in: [sdk/thegraph/src/thegraph.ts:10](https://github.com/settlemint/sdk/blob/v1.1.16/sdk/thegraph/src/thegraph.ts#L10)

@@ -173,3 +173,3 @@ Type definition for GraphQL client configuration options

Defined in: [sdk/thegraph/src/thegraph.ts:18](https://github.com/settlemint/sdk/blob/v1.1.15/sdk/thegraph/src/thegraph.ts#L18)
Defined in: [sdk/thegraph/src/thegraph.ts:18](https://github.com/settlemint/sdk/blob/v1.1.16/sdk/thegraph/src/thegraph.ts#L18)

@@ -176,0 +176,0 @@ Schema for validating client options for the TheGraph client.