Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.19 to 0.0.20

2

dist/GraphqlCodeBlock.js

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

constole.log(queryBody);
var highlighted = [];

@@ -49,0 +51,0 @@ var rowKeys = [];

2

package.json
{
"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 = [];

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