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

@escape.tech/graphql-armor-cost-limit

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@escape.tech/graphql-armor-cost-limit - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

2

dist/declarations/src/index.d.ts
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"
}
}
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