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.20 to 0.0.21

4

CHANGELOG.md

@@ -9,4 +9,8 @@ # Changelog

## 0.0.21 (November 26th, 2017)
### Bug fixes
- Fix a crash when running `graphql-schema-linter`. [#68](https://github.com/cjoudrey/graphql-schema-linter/issues/68)
## 0.0.20 (November 26th, 2017)

@@ -13,0 +17,0 @@

4

lib/rules/index.js

@@ -15,6 +15,6 @@ 'use strict';

var _input_object_values_have_descriptions = require('../../src/rules/input_object_values_have_descriptions');
var _input_object_values_have_descriptions = require('./input_object_values_have_descriptions');
var _enum_values_have_descriptions = require('../../src/rules/enum_values_have_descriptions');
var _enum_values_have_descriptions = require('./enum_values_have_descriptions');
module.exports = [_enum_values_sorted_alphabetically.EnumValuesSortedAlphabetically, _enum_values_all_caps.EnumValuesAllCaps, _fields_have_descriptions.FieldsHaveDescriptions, _deprecations_have_a_reason.DeprecationsHaveAReason, _types_have_descriptions.TypesHaveDescriptions, _types_are_capitalized.TypesAreCapitalized, _input_object_values_have_descriptions.InputObjectValuesHaveDescriptions, _enum_values_have_descriptions.EnumValuesHaveDescriptions];
{
"name": "graphql-schema-linter",
"version": "0.0.20",
"version": "0.0.21",
"description":

@@ -5,0 +5,0 @@ "Command line tool and package to validate GraphQL schemas against a set of rules.",

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