New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 0.1.1

lib/formatters/junit_formatter.js

6

CHANGELOG.md

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

## 0.1.1 (February 13th, 2017)
### Bug fixes
- Removed dependency on `graphql-config` until it is actually used.
## 0.1.0 (February 12th, 2017)

@@ -11,0 +17,0 @@

6

lib/rules/index.js
'use strict';
var _fields_are_camel_cased = require('./fields_are_camel_cased.js');
var _fields_have_descriptions = require('./fields_have_descriptions.js');

@@ -19,4 +17,2 @@

var _input_object_values_are_camel_cased = require('./input_object_values_are_camel_cased');
var _enum_values_have_descriptions = require('./enum_values_have_descriptions');

@@ -26,2 +22,2 @@

module.exports = [_enum_values_sorted_alphabetically.EnumValuesSortedAlphabetically, _enum_values_all_caps.EnumValuesAllCaps, _fields_are_camel_cased.FieldsAreCamelCased, _fields_have_descriptions.FieldsHaveDescriptions, _deprecations_have_a_reason.DeprecationsHaveAReason, _types_have_descriptions.TypesHaveDescriptions, _types_are_capitalized.TypesAreCapitalized, _input_object_values_have_descriptions.InputObjectValuesHaveDescriptions, _input_object_values_are_camel_cased.InputObjectValuesAreCamelCased, _enum_values_have_descriptions.EnumValuesHaveDescriptions, _defined_types_are_used.DefinedTypesAreUsed];
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, _defined_types_are_used.DefinedTypesAreUsed];
{
"name": "graphql-schema-linter",
"version": "0.1.0",
"version": "0.1.1",
"description":

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

"graphql": "^0.13.0",
"graphql-config": "^1.0.0",
"lodash": "^4.17.4"

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

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