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
140
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.7 to 1.0.0-next.8

4

package.json

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

],
"version": "1.0.0-next.7",
"version": "1.0.0-next.8",
"author": "Neo4j Inc.",

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

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

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

@@ -71,6 +71,6 @@ import * as React from "react";

* Whether pressing the tab key affects editor indentation
*
*
* @defaultValue true
*/
indentWithTab?: boolean;
indentWithTab?: boolean;
/**

@@ -77,0 +77,0 @@ * The formatter for the line numbers of the editor

@@ -18,5 +18,2 @@ /**

*/
export {
default as CypherEditor,
CypherEditorProps
} from "./CypherEditor";
export { default as CypherEditor, CypherEditorProps } from "./CypherEditor";
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