@graphql-tools/delegate
Advanced tools
Comparing version 10.1.2 to 10.1.3-alpha-09de1d3da51074c5901decc7efd24f43af24378f
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "10.1.2", | ||
"version": "10.1.3-alpha-09de1d3da51074c5901decc7efd24f43af24378f", | ||
"type": "module", | ||
"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" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/batch-execute": "^9.0.6", | ||
"@graphql-tools/executor": "^1.3.3", | ||
"@graphql-tools/schema": "^10.0.8", | ||
"@graphql-tools/utils": "^10.5.6", | ||
"@repeaterjs/repeater": "^3.0.6", | ||
"dataloader": "^2.2.2", | ||
"dset": "^3.1.2", | ||
"tslib": "^2.5.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "ardatan/graphql-tools", | ||
"url": "graphql-hive/gateway", | ||
"directory": "packages/delegate" | ||
@@ -26,42 +13,44 @@ }, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"typings": "typings/index.d.ts", | ||
"typescript": { | ||
"definition": "typings/index.d.ts" | ||
}, | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./typings/index.d.cts", | ||
"default": "./cjs/index.js" | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
}, | ||
"default": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"./*": { | ||
"require": { | ||
"types": "./typings/*.d.cts", | ||
"default": "./cjs/*.js" | ||
}, | ||
"import": { | ||
"types": "./typings/*.d.ts", | ||
"default": "./esm/*.js" | ||
}, | ||
"default": { | ||
"types": "./typings/*.d.ts", | ||
"default": "./esm/*.js" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "pkgroll --clean-dist", | ||
"prepack": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/batch-execute": "^9.0.6", | ||
"@graphql-tools/executor": "^1.3.3", | ||
"@graphql-tools/schema": "^10.0.8", | ||
"@graphql-tools/utils": "^10.5.6", | ||
"@repeaterjs/repeater": "^3.0.6", | ||
"dataloader": "^2.2.2", | ||
"dset": "^3.1.2", | ||
"tslib": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"graphql": "^16.9.0", | ||
"pkgroll": "2.5.1" | ||
}, | ||
"sideEffects": false | ||
} |
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
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
284056
5492
2
7
2
1
1