Socket
Socket
Sign inDemoInstall

@graphql-tools/links

Package Overview
Dependencies
Maintainers
3
Versions
1254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/links - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1-alpha-20231023180117-360ce1bb

2

cjs/createServerHttpLink.js

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

const tslib_1 = require("tslib");
const apolloImport = tslib_1.__importStar(require("@apollo/client"));
const apollo_upload_client_1 = require("apollo-upload-client");
const form_data_1 = tslib_1.__importDefault(require("form-data"));
const node_fetch_1 = tslib_1.__importDefault(require("node-fetch"));
const apolloImport = tslib_1.__importStar(require("@apollo/client"));
const AwaitVariablesLink_js_1 = require("./AwaitVariablesLink.js");

@@ -11,0 +11,0 @@ const apollo = apolloImport?.default ?? apolloImport;

@@ -1,5 +0,5 @@

import * as apolloImport from '@apollo/client';
import { createUploadLink, formDataAppendFile, isExtractableFile } from 'apollo-upload-client';
import FormData from 'form-data';
import fetch from 'node-fetch';
import * as apolloImport from '@apollo/client';
import { AwaitVariablesLink } from './AwaitVariablesLink.js';

@@ -6,0 +6,0 @@ const apollo = apolloImport?.default ?? apolloImport;

import * as apolloImport from '@apollo/client';
import { observableToAsyncIterable, getOperationASTFromRequest, } from '@graphql-tools/utils';
import { getOperationASTFromRequest, observableToAsyncIterable, } from '@graphql-tools/utils';
const apollo = apolloImport?.default ?? apolloImport;

@@ -4,0 +4,0 @@ export function linkToExecutor(link) {

{
"name": "@graphql-tools/links",
"version": "9.0.0",
"version": "9.0.1-alpha-20231023180117-360ce1bb",
"description": "A set of utils for faster development of GraphQL tools",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@apollo/client": "^3"
"@apollo/client": "^3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},

@@ -13,5 +13,5 @@ "dependencies": {

"@graphql-tools/utils": "^10.0.0",
"apollo-upload-client": "17.0.0",
"apollo-upload-client": "18.0.0",
"form-data": "^4.0.0",
"node-fetch": "^2.6.5",
"form-data": "^4.0.0",
"tslib": "^2.4.0"

@@ -18,0 +18,0 @@ },

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