graphql-syntax-highlighter-react
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -63,3 +63,3 @@ 'use strict'; | ||
if (rowKeys[rowKeys.length - 1] !== sourceText) { | ||
if (rowKeys[rowKeys.length - 1] !== _sourceText) { | ||
rowKeys.push(_sourceText); | ||
@@ -66,0 +66,0 @@ highlighted.push([]); |
{ | ||
"name": "graphql-syntax-highlighter-react", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "A React component for highlighting GraphQL syntax.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -28,3 +28,3 @@ import { LexRules, ParseRules, isIgnored } from './utils/Rules.js'; | ||
if (rowKeys[rowKeys.length-1] !== sourceText) { | ||
if (rowKeys[rowKeys.length-1] !== _sourceText) { | ||
rowKeys.push(_sourceText); | ||
@@ -31,0 +31,0 @@ highlighted.push([]); |
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
56917