Socket
Socket
Sign inDemoInstall

eslint-plugin-graphql

Package Overview
Dependencies
18
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Change log

### v3.0.3
- chore: Update dependency `graphql-tools` to `v4.0.4`. [PR #210](https://github.com/apollographql/eslint-plugin-graphql/pull/210)
- chore: Update dependency `eslint` to `v5.12.1`. [PR #206](https://github.com/apollographql/eslint-plugin-graphql/pull/206)
- chore: Update dependency `graphql` to `v14.1.1`. [PR #208](https://github.com/apollographql/eslint-plugin-graphql/pull/208)
### v3.0.2
- Fix regression which caused `graphql/required-fields` to throw on non-existent field references. [PR #203](https://github.com/apollographql/eslint-plugin-graphql/pull/203) by [Matt Bretl](https://github.com/mattbretl)

@@ -7,0 +15,0 @@

8

package.json
{
"name": "eslint-plugin-graphql",
"version": "3.0.2",
"version": "3.0.3",
"description": "GraphQL ESLint plugin.",

@@ -26,5 +26,5 @@ "author": "Sashko Stubailo",

"babel-preset-stage-0": "6.24.1",
"eslint": "5.9.0",
"graphql": "14.0.2",
"graphql-tools": "4.0.3",
"eslint": "5.12.1",
"graphql": "14.1.1",
"graphql-tools": "4.0.4",
"mocha": "5.2.0",

@@ -31,0 +31,0 @@ "test-all-versions": "3.3.3"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc