Socket
Socket
Sign inDemoInstall

codemirror-graphql

Package Overview
Dependencies
Maintainers
1
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 0.5.8 to 0.5.9

36

package.json
{
"name": "codemirror-graphql",
"version": "0.5.8",
"version": "0.5.9",
"description": "GraphQL mode and helpers for CodeMirror.",

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

"peerDependencies": {
"graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b",
"graphql": "^0.6.0 || ^0.7.0 || ^0.8.0",
"codemirror": "^5.6.0"

@@ -50,12 +50,12 @@ },

"babel-cli": "6.18.0",
"babel-eslint": "7.1.0",
"babel-eslint": "7.1.1",
"babel-plugin-check-es2015-constants": "6.8.0",
"babel-plugin-syntax-async-functions": "6.13.0",
"babel-plugin-transform-class-properties": "6.18.0",
"babel-plugin-transform-class-properties": "6.19.0",
"babel-plugin-transform-es2015-arrow-functions": "6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "6.8.0",
"babel-plugin-transform-es2015-block-scoping": "6.18.0",
"babel-plugin-transform-es2015-block-scoping": "6.21.0",
"babel-plugin-transform-es2015-classes": "6.18.0",
"babel-plugin-transform-es2015-computed-properties": "6.8.0",
"babel-plugin-transform-es2015-destructuring": "6.18.0",
"babel-plugin-transform-es2015-destructuring": "6.19.0",
"babel-plugin-transform-es2015-duplicate-keys": "6.8.0",

@@ -66,21 +66,21 @@ "babel-plugin-transform-es2015-function-name": "6.9.0",

"babel-plugin-transform-es2015-object-super": "6.8.0",
"babel-plugin-transform-es2015-parameters": "6.18.0",
"babel-plugin-transform-es2015-parameters": "6.21.0",
"babel-plugin-transform-es2015-shorthand-properties": "6.18.0",
"babel-plugin-transform-es2015-spread": "6.8.0",
"babel-plugin-transform-es2015-template-literals": "6.8.0",
"babel-plugin-transform-flow-strip-types": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.16.0",
"babel-plugin-transform-regenerator": "6.16.1",
"babel-plugin-transform-flow-strip-types": "6.21.0",
"babel-plugin-transform-object-rest-spread": "6.20.2",
"babel-plugin-transform-regenerator": "6.21.0",
"chai": "3.5.0",
"chai-subset": "1.3.0",
"codemirror": "5.20.2",
"eslint": "3.10.0",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-flowtype": "2.25.0",
"flow-bin": "0.35.0",
"graphql": "0.8.0",
"jsdom": "9.8.3",
"mocha": "3.1.2",
"codemirror": "5.22.0",
"eslint": "3.12.2",
"eslint-plugin-babel": "4.0.0",
"eslint-plugin-flowtype": "2.29.1",
"flow-bin": "0.37.3",
"graphql": "0.8.1",
"jsdom": "9.9.1",
"mocha": "3.2.0",
"sane": "1.4.1"
}
}

@@ -291,2 +291,3 @@ 'use strict';

case 'Field':
case 'AliasedField':
info.fieldDef = info.type && state.name ? getFieldDef(schema, info.parentType, state.name) : null;

@@ -293,0 +294,0 @@ info.type = info.fieldDef && info.fieldDef.type;

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