@escape.tech/graphql-armor-max-tokens
Advanced tools
Comparing version 1.3.2 to 2.0.0
{ | ||
"name": "@escape.tech/graphql-armor-max-tokens", | ||
"version": "1.3.2", | ||
"version": "2.0.0", | ||
"description": "Limit the number of tokens allowed in a GraphQL document.", | ||
"packageManager": "yarn@3.5.0", | ||
"packageManager": "yarn@3.5.1", | ||
"main": "dist/graphql-armor-max-tokens.cjs.js", | ||
@@ -26,2 +26,5 @@ "module": "dist/graphql-armor-max-tokens.esm.js", | ||
"homepage": "https://github.com/Escape-Technologies/graphql-armor", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"dependencies": { | ||
@@ -31,13 +34,13 @@ "graphql": "^16.0.0" | ||
"optionalDependencies": { | ||
"@envelop/core": "^3.0.0", | ||
"@envelop/core": "^4.0.0", | ||
"@escape.tech/graphql-armor-types": "0.4.1" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "3.0.6", | ||
"@envelop/testing": "5.0.6", | ||
"@envelop/types": "3.0.2", | ||
"@envelop/core": "4.0.0", | ||
"@envelop/testing": "6.0.0", | ||
"@envelop/types": "4.0.0", | ||
"@escape.tech/graphql-armor-types": "0.4.1", | ||
"graphql": "16.6.0", | ||
"typescript": "5.0.3" | ||
"typescript": "5.0.4" | ||
} | ||
} |
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
12308