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

graphql-schema-linter

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-schema-linter - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

screenshot-v0.0.13.png

4

CHANGELOG.md
# Changelog
## 0.0.14 (August 27th, 2017)
- Do not require descriptions on type extension definitions. [#41](https://github.com/cjoudrey/graphql-schema-linter/pull/41)
## 0.0.13 (August 27th, 2017)

@@ -4,0 +8,0 @@

@@ -14,2 +14,5 @@ 'use strict';

return {
TypeExtensionDefinition: function TypeExtensionDefinition(node) {
return false;
},
InterfaceTypeDefinition: function InterfaceTypeDefinition(node) {

@@ -16,0 +19,0 @@ if ((0, _buildASTSchema.getDescription)(node)) {

2

package.json
{
"name": "graphql-schema-linter",
"version": "0.0.13",
"version": "0.0.14",
"description": "Command line tool and package to validate GraphQL schemas against a set of rules.",

@@ -5,0 +5,0 @@ "author": "Christian Joudrey",

@@ -5,3 +5,3 @@ # graphql-schema-linter [![Travis CI](https://travis-ci.org/cjoudrey/graphql-schema-linter.svg?branch=master)](https://travis-ci.org/cjoudrey/graphql-schema-linter) [![npm version](https://badge.fury.io/js/graphql-schema-linter.svg)](https://yarnpkg.com/en/package/graphql-schema-linter)

![](https://raw.githubusercontent.com/cjoudrey/graphql-schema-linter/master/screenshot.png)
![](https://raw.githubusercontent.com/cjoudrey/graphql-schema-linter/master/screenshot-v0.0.13.png)

@@ -8,0 +8,0 @@ If you're looking to lint your GraphQL queries, check out this ESLint plugin: [apollographql/eslint-plugin-graphql](https://github.com/apollographql/eslint-plugin-graphql).

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