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

@graphql-tools/load

Package Overview
Dependencies
Maintainers
3
Versions
1169
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.3-alpha-20240704121459-63b7acedc767ca712b5e707313d78973e07abdac to 8.0.3-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7

8

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

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

"dependencies": {
"@graphql-tools/schema": "^10.0.3",
"@graphql-tools/utils": "^10.0.13",
"p-limit": "6.0.0",
"@graphql-tools/schema": "10.0.7-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7",
"@graphql-tools/utils": "10.5.5-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7",
"p-limit": "3.1.0",
"tslib": "^2.4.0"

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

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

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

@@ -8,2 +9,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): import("p-limit").LimitFunction;
export declare function useLimit(concurrency: number): pLimit.Limit;

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