@escape.tech/graphql-armor-cost-limit
Advanced tools
Comparing version 1.5.0 to 1.6.0
import type { Plugin } from '@envelop/core'; | ||
import type { GraphQLArmorCallbackConfiguration } from '@escape.tech/graphql-armor-types'; | ||
import { OperationDefinitionNode, ValidationContext } from 'graphql'; | ||
export declare type CostLimitOptions = { | ||
export type CostLimitOptions = { | ||
maxCost?: number; | ||
@@ -6,0 +6,0 @@ objectCost?: number; |
{ | ||
"name": "@escape.tech/graphql-armor-cost-limit", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Limit the cost of a GraphQL Query.", | ||
"packageManager": "yarn@3.2.4", | ||
"packageManager": "yarn@3.3.0", | ||
"main": "dist/graphql-armor-cost-limit.cjs.js", | ||
@@ -30,13 +30,13 @@ "module": "dist/graphql-armor-cost-limit.esm.js", | ||
"optionalDependencies": { | ||
"@envelop/core": "^2.4.0", | ||
"@escape.tech/graphql-armor-types": "0.2.0" | ||
"@envelop/core": "^3.0.0", | ||
"@escape.tech/graphql-armor-types": "0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "2.6.0", | ||
"@envelop/testing": "4.6.0", | ||
"@envelop/types": "2.4.0", | ||
"@escape.tech/graphql-armor-types": "0.2.0", | ||
"@envelop/core": "3.0.3", | ||
"@envelop/testing": "5.0.3", | ||
"@envelop/types": "3.0.0", | ||
"@escape.tech/graphql-armor-types": "0.3.0", | ||
"graphql": "16.6.0", | ||
"typescript": "4.8.4" | ||
"typescript": "4.9.3" | ||
} | ||
} |
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
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
12083