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

@graphql-inspector/loaders

Package Overview
Dependencies
Maintainers
3
Versions
427
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-inspector/loaders - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1-alpha-20230111095532-bd016dc8

2

index.d.ts
import { InspectorConfig } from '@graphql-inspector/config';
import { Source, Loader } from '@graphql-tools/utils';
import { LoadSchemaOptions, LoadTypedefsOptions } from '@graphql-tools/load';
import { Loader, Source } from '@graphql-tools/utils';
import { GraphQLSchema } from 'graphql';

@@ -5,0 +5,0 @@ export declare class LoadersRegistry {

@@ -57,3 +57,5 @@ 'use strict';

directive @deprecated(reason: String) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ENUM | ENUM_VALUE
directive @deprecated(
reason: String
) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ENUM | ENUM_VALUE

@@ -64,3 +66,5 @@ directive @aws_auth(cognito_groups: [String!]!) on FIELD_DEFINITION

directive @aws_oidc on FIELD_DEFINITION | OBJECT
directive @aws_cognito_user_pools(cognito_groups: [String!]) on FIELD_DEFINITION | OBJECT
directive @aws_cognito_user_pools(
cognito_groups: [String!]
) on FIELD_DEFINITION | OBJECT
directive @aws_lambda on FIELD_DEFINITION | OBJECT

@@ -67,0 +71,0 @@ `),

{
"name": "@graphql-inspector/loaders",
"version": "3.4.0",
"version": "3.4.1-alpha-20230111095532-bd016dc8",
"description": "Loaders in GraphQL Inspector",
"sideEffects": false,
"peerDependencies": {
"@graphql-inspector/config": "3.4.0",
"@graphql-inspector/config": "3.4.1-alpha-20230111095532-bd016dc8",
"@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0",

@@ -9,0 +9,0 @@ "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"

Sorry, the diff of this file is not supported yet

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