Socket
Socket
Sign inDemoInstall

@graphql-tools/load

Package Overview
Dependencies
Maintainers
3
Versions
1163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/load - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3-alpha-20240704121459-63b7acedc767ca712b5e707313d78973e07abdac

4

package.json
{
"name": "@graphql-tools/load",
"version": "8.0.2",
"version": "8.0.3-alpha-20240704121459-63b7acedc767ca712b5e707313d78973e07abdac",
"description": "A set of utils for faster development of GraphQL tools",

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

"@graphql-tools/utils": "^10.0.13",
"p-limit": "3.1.0",
"p-limit": "6.0.0",
"tslib": "^2.4.0"

@@ -15,0 +15,0 @@ },

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

import pLimit from 'p-limit';
/**

@@ -9,2 +8,2 @@ * Converts a string to 32bit integer

export declare function useStack<T>(...fns: Array<StackFn<T>>): (input: T) => void;
export declare function useLimit(concurrency: number): pLimit.Limit;
export declare function useLimit(concurrency: number): import("p-limit").LimitFunction;

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