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 0.0.0-canary.36985fe to 0.0.0-canary.36b26d2

21

index.js

@@ -55,19 +55,12 @@ 'use strict';

directive @aws_subscribe(
mutations: [String!]!
) on FIELD_DEFINITION
directive @aws_subscribe(mutations: [String!]!) on FIELD_DEFINITION
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
directive @aws_auth(
cognito_groups: [String!]!
) on FIELD_DEFINITION
directive @aws_auth(cognito_groups: [String!]!) on FIELD_DEFINITION
directive @aws_api_key on FIELD_DEFINITION | OBJECT
directive @aws_iam on FIELD_DEFINITION | OBJECT
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
`),

@@ -84,3 +77,3 @@ ],

const loaders = new LoadersRegistry();
config.loaders.forEach((loaderName) => loaders.registerModule(loaderName));
config.loaders.forEach(loaderName => loaders.registerModule(loaderName));
return loaders;

@@ -96,3 +89,3 @@ }

function enrichError(looksPromising) {
return looksPromising.catch((error) => {
return looksPromising.catch(error => {
var _a, _b;

@@ -99,0 +92,0 @@ if ((_a = error.source) === null || _a === void 0 ? void 0 : _a.name) {

{
"name": "@graphql-inspector/loaders",
"version": "0.0.0-canary.36985fe",
"version": "0.0.0-canary.36b26d2",
"description": "Loaders in GraphQL Inspector",
"sideEffects": false,
"peerDependencies": {
"@graphql-inspector/config": "0.0.0-canary.36985fe",
"@graphql-inspector/config": "0.0.0-canary.36b26d2",
"@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0",
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0"
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/load": "^7.3.2",
"@graphql-tools/load": "^7.4.1",
"tslib": "^2.0.0"

@@ -14,0 +14,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