Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-tools/url-loader

Package Overview
Dependencies
Maintainers
4
Versions
1641
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.23 to 8.0.24-alpha-20250108095849-d2bf73442aa0d3e20e0acbeaeb66593a68ca9362

2

cjs/defaultSyncFetch.js

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

const tslib_1 = require("tslib");
const sync_fetch_1 = tslib_1.__importDefault(require("@ardatan/sync-fetch"));
const sync_fetch_1 = tslib_1.__importDefault(require("sync-fetch"));
const defaultSyncFetch = (input, init) => {

@@ -8,0 +8,0 @@ if (typeof input === 'string') {

@@ -1,2 +0,2 @@

import syncFetchImported from '@ardatan/sync-fetch';
import syncFetchImported from 'sync-fetch';
export const defaultSyncFetch = (input, init) => {

@@ -3,0 +3,0 @@ if (typeof input === 'string') {

{
"name": "@graphql-tools/url-loader",
"version": "8.0.23",
"version": "8.0.24-alpha-20250108095849-d2bf73442aa0d3e20e0acbeaeb66593a68ca9362",
"description": "A set of utils for faster development of GraphQL tools",

@@ -10,3 +10,2 @@ "sideEffects": false,

"dependencies": {
"@ardatan/sync-fetch": "^0.0.1",
"@graphql-tools/executor-graphql-ws": "^1.3.2",

@@ -20,2 +19,3 @@ "@graphql-tools/executor-http": "^1.1.9",

"isomorphic-ws": "^5.0.0",
"sync-fetch": "0.6.0-2",
"tslib": "^2.4.0",

@@ -22,0 +22,0 @@ "value-or-promise": "^1.0.11",

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