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 Versions

13
6

0.2.6

Diff

Changelog

Source

0.2.6 (April 14th, 2020)

Bug fixes

  • Fix an issue with --stdin not working correctly in some cases. #223 (Thanks @dnerdy)
cjoudrey
published 0.2.5 •

Changelog

Source

0.2.5 (April 4th, 2020)

New features

  • Add arguments-have-descriptions rule. This rule will validate that all field arguments have a description. #219 (Thanks @aldeed)
  • Add descriptions-are-capitalized rule. This rule will validate that all descriptions, if present, start with a capital letter. #219 (Thanks @aldeed)
  • Add input-object-fields-sorted-alphabetically rule. This rule will validate that all input object fields are sorted alphabetically. #219 (Thanks @aldeed)
  • Add type-fields-sorted-alphabetically rule. This rule will validate that all type object fields are sorted alphabetically. #219 (Thanks @aldeed)
cjoudrey
published 0.2.4 •

Changelog

Source

0.2.4 (January 27th, 2020)

New features

  • Add a third output format named compact that can be used in conjunction with programs like grep. See README.md for sample output. #209 (Thanks @MatthewRines)

Bug fixes

  • Allow first argument to be a non-nullable integer when connection only supports forward pagination. #203 (Thanks @swac)
  • Allow last argument to be a non-nullable integer when connection only supports backward pagination. #203 (Thanks @swac)
cjoudrey
published 0.2.3 •

Changelog

Source

0.2.3 (December 1st, 2019)

New features

  • Add support for schemaPaths to be configured via package.json. See README.md for examples. #196 (Thanks @gagoar)
cjoudrey
published 0.2.2 •

Changelog

Source

0.2.2 (October 31st, 2019)

Bug fixes

  • Gracefully handle validating schemas that are missing a query root. #189
cjoudrey
published 0.2.1 •

Changelog

Source

0.2.1 (July 12th, 2019)

Bug fixes

  • Catch invalid --custom-rule-paths and report them as errors instead of crashing. #181 (Thanks @jizhang27)
cjoudrey
published 0.2.0 •

Changelog

Source

0.2.0 (January 16th, 2019)

New features

  • Add built-in validation for invalid GraphQL schema definitions. Rather than assume GraphQL schemas are valid and crash when they are not, graphql-schema-linter will report these errors. #163
cjoudrey
published 0.1.6 •

Changelog

Source

0.1.6 (May 16th, 2018)

Bug fixes

  • Fixed an issue that caused certain rules to run twice. #133
cjoudrey
published 0.1.5 •

Changelog

Source

0.1.5 (April 7th, 2018)

New features

  • Add --old-implements-syntax option to support the old SDL syntax for implements. #124. (Thanks @ruiaraujo for initial report.)
cjoudrey
published 0.1.4 •

Changelog

Source

0.1.4 (April 7th, 2018)

New features

  • Add relay-connection-arguments-spec rule. See README.md for details. #116

Bug fixes

  • The fields-are-camel-cased and input-object-values-are-camel-cased rules now allow consecutive capital letters. #121 (Thanks @gracenoah)
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