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

@settlemint/sdk-thegraph

Package Overview
Dependencies
Maintainers
0
Versions
1727
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@settlemint/sdk-thegraph - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6-mainc20d78b

10

dist/thegraph.d.ts

@@ -65,2 +65,6 @@ import { AbstractSetupSchema, initGraphQLTada } from 'gql.tada';

};
declare function createTheGraphFallbackClient<const Setup extends AbstractSetupSchema>(options: ClientOptions, requestConfig?: RequestConfig): {
client: GraphQLClient;
graphql: initGraphQLTada<AbstractSetupSchema>;
};
/**

@@ -91,3 +95,7 @@ * Creates a The Graph client for server-side use with additional authentication.

};
declare function createServerTheGraphFallbackClient<const Setup extends AbstractSetupSchema>(options: ServerClientOptions, requestConfig?: RequestConfig): {
client: GraphQLClient;
graphql: initGraphQLTada<AbstractSetupSchema>;
};
export { type RequestConfig, createServerTheGraphClient, createTheGraphClient };
export { type RequestConfig, createServerTheGraphClient, createServerTheGraphFallbackClient, createTheGraphClient, createTheGraphFallbackClient };

4

package.json
{
"name": "@settlemint/sdk-thegraph",
"description": "SettleMint SDK, integrate SettleMint into your application with ease.",
"version": "0.5.5",
"version": "0.5.6-mainc20d78b",
"type": "module",

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

"dependencies": {
"@settlemint/sdk-utils": "0.5.5",
"@settlemint/sdk-utils": "0.5.6-mainc20d78b",
"graphql-request": "^7",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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