@graphql-tools/load
Advanced tools
Comparing version 8.0.2 to 8.0.3-alpha-20240704121459-63b7acedc767ca712b5e707313d78973e07abdac
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76011
1718
2
+ Addedp-limit@6.0.0(transitive)
+ Addedyocto-queue@1.1.1(transitive)
- Removedp-limit@3.1.0(transitive)
- Removedyocto-queue@0.1.0(transitive)
Updatedp-limit@6.0.0