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

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.1.12 to 0.1.14

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 === 'argumentDefinitions');
return !(error.nodes && error.nodes[0] && error.nodes[0].name && error.nodes[0].name.value === 'arguments' || error.nodes && error.nodes[0] && error.nodes[0].name && 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.1.12",
"version": "0.1.14",
"description": "Utilities to support the GraphQL Language Service",

@@ -28,7 +28,9 @@ "contributors": [

},
"peerDependencies": {
"graphql": "^0.10.0 || ^0.11.0"
},
"dependencies": {
"graphql": "^0.10.5",
"graphql-config": "1.0.5",
"graphql-language-service-types": "^0.1.12"
"graphql-config": "1.0.6",
"graphql-language-service-types": "^0.1.14"
}
}

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