Socket
Socket
Sign inDemoInstall

graphql-syntax-highlighter-react

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-syntax-highlighter-react - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

dist/QueryView.js

@@ -61,2 +61,4 @@ 'use strict';

console.log(_sourceText);
if (rowKeys[rowKeys.length - 1] !== sourceText) {

@@ -63,0 +65,0 @@ rowKeys.push(_sourceText);

2

package.json
{
"name": "graphql-syntax-highlighter-react",
"version": "0.0.15",
"version": "0.0.16",
"description": "A React component for highlighting GraphQL syntax.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -26,2 +26,4 @@ import { LexRules, ParseRules, isIgnored } from './utils/Rules.js';

const { _sourceText, _start, _pos } = stream;
console.log(_sourceText);
if (rowKeys[rowKeys.length-1] !== sourceText) {

@@ -28,0 +30,0 @@ rowKeys.push(_sourceText);

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