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

@graphql-tools/utils

Package Overview
Dependencies
Maintainers
4
Versions
1331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/utils - npm Package Compare versions

Comparing version 10.6.0-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95 to 10.6.0

2

cjs/map-maybe-promise.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.mapMaybePromise = void 0;
const jsutils_js_1 = require("../src/jsutils.js");
const jsutils_js_1 = require("./jsutils.js");
function mapMaybePromise(value, mapper, errorMapper) {

@@ -6,0 +6,0 @@ if ((0, jsutils_js_1.isPromise)(value)) {

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

import { isPromise } from '../src/jsutils.js';
import { isPromise } from './jsutils.js';
export function mapMaybePromise(value, mapper, errorMapper) {

@@ -3,0 +3,0 @@ if (isPromise(value)) {

{
"name": "@graphql-tools/utils",
"version": "10.6.0-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95",
"version": "10.6.0",
"description": "Common package containing utils and types for GraphQL tools",

@@ -5,0 +5,0 @@ "sideEffects": false,

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