Socket
Socket
Sign inDemoInstall

codemirror-graphql

Package Overview
Dependencies
Maintainers
10
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemirror-graphql - npm Package Compare versions

Comparing version 2.0.0-next.2 to 2.0.0

4

package.json
{
"name": "codemirror-graphql",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "GraphQL mode and helpers for CodeMirror.",

@@ -53,3 +53,3 @@ "contributors": [

"dependencies": {
"graphql-language-service": "^5.0.6"
"graphql-language-service": "^5.1.0"
},

@@ -56,0 +56,0 @@ "devDependencies": {

@@ -20,6 +20,2 @@ /**

GraphQLString,
__Directive,
__EnumValue,
__Field,
__InputValue,
__Schema,

@@ -619,26 +615,2 @@ __Type,

},
{
text: '__Schema',
description: __Schema.description,
},
{
text: '__Type',
description: __Type.description,
},
{
text: '__Field',
description: __Field.description,
},
{
text: '__InputValue',
description: __InputValue.description,
},
{
text: '__EnumValue',
description: __EnumValue.description,
},
{
text: '__Directive',
description: __Directive.description,
},
];

@@ -645,0 +617,0 @@ const expectedSuggestions = getExpectedSuggestions(list);

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