Socket
Socket
Sign inDemoInstall

codemirror-graphql

Package Overview
Dependencies
Maintainers
2
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.6.2 to 0.6.3

6

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

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

"codemirror": "5.22.2",
"eslint": "3.13.1",
"eslint": "3.15.0",
"eslint-plugin-babel": "4.0.1",

@@ -82,3 +82,3 @@ "eslint-plugin-flowtype": "2.30.0",

"graphql": "0.9.0",
"jsdom": "9.9.1",
"jsdom": "9.10.0",
"mocha": "3.2.0",

@@ -85,0 +85,0 @@ "sane": "1.5.0"

@@ -57,3 +57,3 @@ 'use strict';

if (state.rule.length === 0) {
if (state.rule && state.rule.length === 0) {
popRule(state);

@@ -60,0 +60,0 @@ } else if (state.needsAdvance) {

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