Socket
Socket
Sign inDemoInstall

graphql-language-service-utils

Package Overview
Dependencies
Maintainers
4
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-language-service-utils - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

2

dist/validateWithCustomRules.js

@@ -45,3 +45,3 @@ 'use strict';

}
return !(error.nodes && error.nodes.length === 1 && error.nodes[0].name.value === 'arguments' || error.nodes[0].name.value === 'argumentDefinition');
return !(error.nodes && error.nodes.length === 1 && error.nodes[0].name.value === 'arguments' || error.nodes[0].name.value === 'argumentDefinitions');
});

@@ -48,0 +48,0 @@ }

{
"name": "graphql-language-service-utils",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "0.0.19",
"version": "0.0.20",
"description": "Utilities to support the GraphQL Language Service",

@@ -6,0 +6,0 @@ "contributors": [

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