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

@graphql-tools/url-loader

Package Overview
Dependencies
Maintainers
4
Versions
1647
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/url-loader - npm Package Compare versions

Comparing version 8.0.24 to 8.0.25-alpha-20250124175511-cf926757b2731edb762be661f8671ed41d778b2f

6

package.json
{
"name": "@graphql-tools/url-loader",
"version": "8.0.24",
"version": "8.0.25-alpha-20250124175511-cf926757b2731edb762be661f8671ed41d778b2f",
"description": "A set of utils for faster development of GraphQL tools",

@@ -12,4 +12,4 @@ "sideEffects": false,

"@graphql-tools/executor-http": "^1.1.9",
"@graphql-tools/executor-legacy-ws": "^1.1.10",
"@graphql-tools/utils": "^10.7.2",
"@graphql-tools/executor-legacy-ws": "1.1.11-alpha-20250124175511-cf926757b2731edb762be661f8671ed41d778b2f",
"@graphql-tools/utils": "10.8.0-alpha-20250124175511-cf926757b2731edb762be661f8671ed41d778b2f",
"@graphql-tools/wrap": "^10.0.16",

@@ -16,0 +16,0 @@ "@types/ws": "^8.0.0",

import { IntrospectionOptions } from 'graphql';
import WebSocket from 'isomorphic-ws';
import { AsyncFetchFn, FetchFn, HTTPExecutorOptions, SyncFetchFn } from '@graphql-tools/executor-http';
import { HTTPExecutorOptions, type AsyncFetchFn, type FetchFn, type SyncFetchFn } from '@graphql-tools/executor-http';
import { AsyncExecutor, BaseLoaderOptions, Executor, Loader, Source, SyncExecutor } from '@graphql-tools/utils';

@@ -5,0 +5,0 @@ export { FetchFn };

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