graphql-syntax-highlighter-react
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -47,2 +47,4 @@ 'use strict'; | ||
constole.log(queryBody); | ||
var highlighted = []; | ||
@@ -49,0 +51,0 @@ var rowKeys = []; |
{ | ||
"name": "graphql-syntax-highlighter-react", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "A React component for highlighting GraphQL syntax.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,2 +16,4 @@ import { LexRules, ParseRules, isIgnored } from './utils/Rules.js'; | ||
constole.log(queryBody); | ||
const highlighted = []; | ||
@@ -18,0 +20,0 @@ const rowKeys = []; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56990
1507