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

@neo4j-cypher/react-codemirror

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-cypher/react-codemirror - npm Package Compare versions

Comparing version 1.0.0-next.5 to 1.0.0-next.6

2

es/CypherEditor.js

@@ -90,2 +90,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

history,
indentWithTab,
lineNumberFormatter,

@@ -115,2 +116,3 @@ lineNumbers,

history,
indentWithTab,
lineNumberFormatter,

@@ -117,0 +119,0 @@ lineNumbers,

@@ -99,2 +99,3 @@ "use strict";

history,
indentWithTab,
lineNumberFormatter,

@@ -124,2 +125,3 @@ lineNumbers,

history,
indentWithTab,
lineNumberFormatter,

@@ -126,0 +128,0 @@ lineNumbers,

4

package.json

@@ -10,3 +10,3 @@ {

],
"version": "1.0.0-next.5",
"version": "1.0.0-next.6",
"author": "Neo4j Inc.",

@@ -42,3 +42,3 @@ "license": "GPL-3.0",

"@babel/runtime": "^7.20.6",
"@neo4j-cypher/codemirror": "1.0.0-next.4",
"@neo4j-cypher/codemirror": "1.0.0-next.5",
"codemirror": "^6.0.1"

@@ -45,0 +45,0 @@ },

@@ -70,2 +70,8 @@ import * as React from "react";

/**
* Whether pressing the tab key affects editor indentation
*
* @defaultValue true
*/
indentWithTab?: boolean;
/**
* The formatter for the line numbers of the editor

@@ -72,0 +78,0 @@ *

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